Avoid calling git symbolic-ref refs/heads/p4//HEAD (double slash)
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
This commit is contained in:
parent
a396b29267
commit
65d2ade95e
@ -1067,7 +1067,7 @@ class P4Sync(Command):
|
||||
self.gitError.close()
|
||||
|
||||
if createP4HeadRef:
|
||||
system("git symbolic-ref %s/HEAD %s" % (self.refPrefix, self.branch))
|
||||
system("git symbolic-ref %sHEAD %s" % (self.refPrefix, self.branch))
|
||||
|
||||
return True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user