From: Mathias Klette Date: Mon, 4 Jun 2012 13:03:54 +0000 (+0200) Subject: add closing quote X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=a5be0e458968e3b6549f9904b395a9710f48c9ad;p=profitbricks%2Fjenkins-build-scripts.git add closing quote --- diff --git a/debian_build.py b/debian_build.py index 481f40f..5876eb5 100755 --- a/debian_build.py +++ b/debian_build.py @@ -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(