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

[dak/master] make_suite_file_list



option typo

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

diff --git a/dak/make_suite_file_list.py b/dak/make_suite_file_list.py
index 8bb9142..47ca692 100755
--- a/dak/make_suite_file_list.py
+++ b/dak/make_suite_file_list.py
@@ -267,7 +267,7 @@ def write_filelists(packages, dislocated_files):
                 binary_types = [ "deb", "udeb" ]
             else:
                 binary_types = [ "deb" ]
-            if not Options["Architecture"]:
+            if not Options["Architectures"]:
                 architectures = database.get_suite_architectures(suite)
             else:
                 architectures = utils.split_args(Options["Architectures"])
-- 
1.5.6.5



Reply to: