]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
add closing quote
authorMathias Klette <mathias.klette@profitbricks.com>
Mon, 4 Jun 2012 13:03:54 +0000 (15:03 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Mon, 4 Jun 2012 13:03:54 +0000 (15:03 +0200)
debian_build.py

index 481f40f3b60cff10d72146138244edcc8226004f..5876eb552a318d23f681bea72abe4b3b6ea08af1 100755 (executable)
@@ -259,7 +259,7 @@ if __name__ == '__main__':
     logger.info('Reset and clean repository.')
     gitcmd = git.Git('.')
     logger.debug(
-        'git fetch origin --force --prune
+        'git fetch origin --force --prune'
         %( gitcmd.fetch('--force','--prune').strip() )
     )
     logger.debug(