[Treepkg-commits] r509 - trunk/treepkg
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 2 11:00:48 CET 2011
Author: bricks
Date: 2011-02-02 11:00:48 +0100 (Wed, 02 Feb 2011)
New Revision: 509
Modified:
trunk/treepkg/git.py
Log:
fix variable name
Modified: trunk/treepkg/git.py
===================================================================
--- trunk/treepkg/git.py 2011-02-02 09:51:09 UTC (rev 508)
+++ trunk/treepkg/git.py 2011-02-02 10:00:48 UTC (rev 509)
@@ -110,7 +110,7 @@
if os.path.exists(gitdir):
self.log_info("Updating the working copy in %r for repo " \
"%s and branch %s", self.localdir,
- self.repository.repository,
+ self.repository.url,
branch)
update(self.localdir, self.repository.branch)
else:
More information about the Treepkg-commits
mailing list