Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed May 2, 2018
1 parent 445ec3e commit 6c50301
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dotdrop/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def link(self, src, dst):
return []
os.symlink(src, dst)
self.log.sub('linked {} to {}'.format(dst, src))
# Follows original developer's behavior
return [(src, dst)]

def _handle_file(self, templater, profile, src, dst):
Expand Down

0 comments on commit 6c50301

Please sign in to comment.