Minor cosmetic fixlet ;-)
authorSimon Hausmann <simon@luria.(none)>
Sat, 24 Mar 2007 08:18:20 +0000 (09:18 +0100)
committerSimon Hausmann <simon@luria.(none)>
Sat, 24 Mar 2007 08:18:20 +0000 (09:18 +0100)
git-p4

diff --git a/git-p4 b/git-p4
index 9503786..aaa5d5e 100755 (executable)
--- a/git-p4
+++ b/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 ...")