[Treepkg-commits] r511 - trunk/treepkg

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 8 19:07:57 CET 2011


Author: bricks
Date: 2011-02-08 19:07:57 +0100 (Tue, 08 Feb 2011)
New Revision: 511

Modified:
   trunk/treepkg/packager.py
Log:
fixed typo


Modified: trunk/treepkg/packager.py
===================================================================
--- trunk/treepkg/packager.py	2011-02-02 10:26:02 UTC (rev 510)
+++ trunk/treepkg/packager.py	2011-02-08 18:07:57 UTC (rev 511)
@@ -577,7 +577,7 @@
         elif rules_scm_type == "git":
             repo = GitRepository(rules_url)
             self.rules_working_copy = GitWorkingCopy(repo, self.debian_dir,
-                                                     loggger=logging)
+                                                     logger=logging)
         elif rules_scm_type == "local":
             self.rules_working_copy = ManualWorkingCopy(self.debian_dir)
 



More information about the Treepkg-commits mailing list