Skip to content

Commit 183f843

Browse files
kevinlskgitster
authored andcommitted
git-p4: Fix typo in --detect-labels
Signed-off-by: Kevin Leung <kevinlsk@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent b9c506f commit 183f843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/fast-import/git-p4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ class P4Sync(Command):
11411141

11421142
l = p4CmdList("labels %s..." % ' '.join (self.depotPaths))
11431143
if len(l) > 0 and not self.silent:
1144-
print "Finding files belonging to labels in %s" % `self.depotPath`
1144+
print "Finding files belonging to labels in %s" % `self.depotPaths`
11451145

11461146
for output in l:
11471147
label = output["label"]

0 commit comments

Comments
 (0)