Fixed cloning from github.

This commit is contained in:
Joshua Nichols
2010-03-18 23:45:34 -04:00
parent b80b132a7a
commit 8be582a4cb
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ class Homesick
if ! destination.directory?
say_status 'git clone', "#{repo} to #{destination.expand_path}", :green if config.fetch(:verbose, true)
system "git clone #{repo} #{destination}" unless options[:pretend]
system "git clone -q #{repo} #{destination}" unless options[:pretend]
else
say_status :exist, destination.expand_path, :blue
end