]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
fix: we are cloning not checking out
authorMathias Klette <mathias.klette@profitbricks.com>
Fri, 16 Sep 2011 15:48:59 +0000 (17:48 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Fri, 16 Sep 2011 15:48:59 +0000 (17:48 +0200)
lib/git_helper.py

index 13cd854b347b82f344271d5eb8136735e646b716..1ece9f86ae9c4e8ea5e3f4d705c93d67de89acfa 100644 (file)
@@ -67,7 +67,7 @@ def git_clone_remote_repository(url, destination):
                 %(' '.join(cmd), ret, error_str)
         )
         return False
-    logger.debug('repository %s checked out into %s' %(url, destination))
+    logger.debug('repository %s cloned into %s' %(url, destination))
     return True
 
 def git_new_branch_from(branch_name, from_branch):