]> git.decadent.org.uk Git - dak.git/commitdiff
Fix typo
authorMark Hymers <mhy@debian.org>
Fri, 1 Apr 2011 11:06:37 +0000 (11:06 +0000)
committerMark Hymers <mhy@debian.org>
Fri, 1 Apr 2011 11:06:37 +0000 (11:06 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
dak/generate_releases.py

index 91d870722ec092f1241dbbc53254ce7632f8a89d..39a76203967de8fbab9bd379e7a130cdab2ea685 100755 (executable)
@@ -160,7 +160,7 @@ class ReleaseWriter(object):
             if getattr(suite, dbfield) is not None:
                 # TEMPORARY HACK HACK HACK until we change the way we store the suite names etc
                 if key == 'Suite' and getattr(suite, dbfield) == 'squeeze-updates':
-                    out.write("Suite: stable-updates\n"
+                    out.write("Suite: stable-updates\n")
                 else:
                     out.write("%s: %s\n" % (key, getattr(suite, dbfield)))