Method: Toolshed::Git#remote_update
- Defined in:
- lib/toolshed/git.rb
#remote_update ⇒ Object
52 53 54 55 56 57 |
# File 'lib/toolshed/git.rb', line 52 def remote_update results = Toolshed::Base.wait_for_command("git remote update #{Toolshed::Client.instance.git_quiet}") results[:all].each do |out| Toolshed.logger.info out end end |