Skip to content

Commit bf3e9fd

Browse files
committed
fix bug
1 parent 8312032 commit bf3e9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-sym

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def git_sym_link(paths, add=False, diff=False, **args):
352352
log('%r already exists, but matches. Removing %r.')
353353
rmtree(path)
354354
else:
355-
shell('mv %s %s %s' %(path, cached))
355+
shell('mv %s %s' %(path, cached))
356356
link_to = os.path.relpath(os.path.join(GIT_SYM_LINK, uname), start=os.path.dirname(path))
357357
log('os.symlink(%r, %r)' %(link_to, path))
358358
os.symlink(link_to, path)

0 commit comments

Comments
 (0)