Allow symlinking existing directories into repos, instead of cloning.
This commit is contained in:
@@ -20,6 +20,7 @@ class Homesick
|
||||
end
|
||||
|
||||
def ln_s(source, destination, config = {})
|
||||
source = Pathname.new(source)
|
||||
destination = Pathname.new(destination)
|
||||
|
||||
if destination.symlink?
|
||||
|
||||
Reference in New Issue
Block a user