From: Mathias Klette Date: Wed, 16 May 2012 16:12:12 +0000 (+0200) Subject: narg X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=6ad639898b1fb153561505771eff3c914353ae62;p=profitbricks%2Fjenkins-build-scripts.git narg --- diff --git a/debian_build.py b/debian_build.py index 205b316..9aeaef9 100755 --- a/debian_build.py +++ b/debian_build.py @@ -260,7 +260,7 @@ if __name__ == '__main__': gitcmd = git.Git('.') logger.debug('%s' %(gitcmd.reset('--hard','HEAD'))) logger.debug('%s' %(gitcmd.clean('-fdx'))) - logger.debug('%s' %(gitcmd.checkout('-b %s' %(localname),'%s' %(remotename)))) + logger.debug('%s' %(gitcmd.checkout('-b','%s' %(localname),'%s' %(remotename)))) except Exception, exception: raise Exception('Failure while managing Git clone:\n%s' %(exception)) else: