From: Simon Hausmann Date: Sat, 24 Mar 2007 08:18:20 +0000 (+0100) Subject: Minor cosmetic fixlet for the git-p4 submit sync question. X-Git-Tag: v1.5.3-rc0~65^2^2~150 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=274917a3d65109cfdf225615177fe27624d8461a;p=git.git Minor cosmetic fixlet for the git-p4 submit sync question. Signed-off-by: Simon Hausmann --- diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index 950378620..aaa5d5ee5 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -342,7 +342,7 @@ class P4Sync(Command): print "Perforce checkout for depot path %s located at %s" % (depotPath, clientPath) os.chdir(clientPath) - response = raw_input("Do you want to sync %s with p4 sync? (y/n)" % clientPath) + response = raw_input("Do you want to sync %s with p4 sync? (y/n) " % clientPath) if response == "y" or response == "yes": system("p4 sync ...")