]> git.decadent.org.uk Git - dak.git/commitdiff
dak/process_commands.py: typo
authorAnsgar Burchardt <ansgar@debian.org>
Wed, 19 Sep 2012 15:36:20 +0000 (17:36 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Wed, 19 Sep 2012 15:36:20 +0000 (17:36 +0200)
dak/process_commands.py

index 7e013dcd0b93dbdff882cbf9db84235be5514863..a4ae1f505dab130d65ef53adfb6f0c09c16d377d 100644 (file)
@@ -41,7 +41,7 @@ def main(argv=None):
                  ('d', 'directory', 'Process-Commands::Options::Directory', 'HasArg')]
 
     cnf = Config()
-    cnf['Process-Command::Options::Dummy'] = ''
+    cnf['Process-Commands::Options::Dummy'] = ''
     filenames = apt_pkg.parse_commandline(cnf.Cnf, arguments, argv)
     options = cnf.subtree('Process-Commands::Options')