Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
clone: fix for missing attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <marcello.seri@citrix.com>
  • Loading branch information
Marcello Seri committed May 25, 2018
1 parent 8301808 commit 4bcfce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planex/cmd/clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def clone_all(args, pin):
for gath in gathered)

if gathered:
print('echo "Clones for %s"' % pin.name)
print('echo "Clones for %s"' % basename(pin.linkpath))

# this is suboptimal but the sets are very small
if any(commitish1 != commitish2
Expand Down

0 comments on commit 4bcfce8

Please sign in to comment.