commands/install.rb in dotfu-0.1.0 vs commands/install.rb in dotfu-0.1.1

- old
+ new

@@ -9,10 +9,10 @@ args.each do |target| repo = Dotfu::Repos.new target puts "Fetching repo #{target}" - puts repo.fetch[:out] + puts repo.fetch puts "Installing #{target} to #{repo.target_dir}" repo.install end puts "Complete." end