[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] s/release/out/



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/generate_releases.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/generate_releases.py b/dak/generate_releases.py
index 75bbf08..2e28fb2 100755
--- a/dak/generate_releases.py
+++ b/dak/generate_releases.py
@@ -285,7 +285,7 @@ def main ():
         if notautomatic != "":
             out.write("NotAutomatic: %s\n" % (notautomatic))
         if butautomaticupgrades != "":
-            release.write("ButAutomaticUpgrades: %s\n" % (butautomaticupgrades))
+            out.write("ButAutomaticUpgrades: %s\n" % (butautomaticupgrades))
         out.write("Architectures: %s\n" % (" ".join([a.arch_string for a in architectures])))
         if components:
             out.write("Components: %s\n" % (" ".join(components)))
-- 
1.5.6.5


Reply to: