changeset 546:149d18aca4f7

fix variable name
author Bjoern Ricks <bricks@intevation.de>
date Wed, 02 Feb 2011 10:00:48 +0000
parents 991bc01ae668
children 70fa7debabed
files treepkg/git.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/treepkg/git.py	Wed Feb 02 09:51:09 2011 +0000
+++ b/treepkg/git.py	Wed Feb 02 10:00:48 2011 +0000
@@ -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:
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)