From b126a213517a769de98c13256ec948deeadbf7f8 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 14 Jan 2021 12:21:04 +0700 Subject: Fix a stray paren in the snapshot list generator. --- scripts/list-snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/list-snapshots.py b/scripts/list-snapshots.py index 0d1cedd..1aab86f 100755 --- a/scripts/list-snapshots.py +++ b/scripts/list-snapshots.py @@ -51,7 +51,7 @@ tmpl = jinja2.Template("""

{{s.name}}

{% endfor %} -- cgit v1.2.3