Skip to content

Commit

Permalink
Use vputs in remote gem fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Aug 13, 2009
1 parent 9381c1b commit 0a6e6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rip/packages/remote_gem_package.rb
Expand Up @@ -18,7 +18,7 @@ def exists?

Dir.chdir cache_path do
@@remotes.each do |remote|
ui.puts "Searching %s for %s..." % [ remote, source ]
ui.vputs "Searching %s for %s..." % [ remote, source ]

source_flag = "--source=http://#{remote}/"
if Rip::Gems.rgem("fetch #{source} #{source_flag}") =~ /Downloaded (.+)/
Expand Down

0 comments on commit 0a6e6d7

Please sign in to comment.