Clone github repos into username/repo instead of username_repo, for more consistent use with symlink.
This commit is contained in:
@@ -9,6 +9,7 @@ class Homesick
|
||||
end
|
||||
|
||||
destination = Pathname.new(destination) unless destination.kind_of?(Pathname)
|
||||
FileUtils.mkdir_p destination.dirname
|
||||
|
||||
if ! destination.directory?
|
||||
say_status 'git clone', "#{repo} to #{destination.expand_path}", :green unless options[:quiet]
|
||||
|
||||
Reference in New Issue
Block a user