We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242842f commit 05a65fbCopy full SHA for 05a65fb
lib/r10k/git/rugged/working_repository.rb
@@ -89,7 +89,7 @@ def fetch(remote_name = 'origin')
89
remote = remotes[remote_name]
90
proxy = R10K::Git.get_proxy_for_remote(remote)
91
92
- options = { :credentials => credentials, :proxy_url => proxy, :prune => true }
+ options = {:credentials => credentials, :proxy_url => proxy, :prune => true}
93
refspecs = ["+refs/heads/*:refs/remotes/#{remote_name}/*", '+refs/tags/*:refs/tags/*']
94
95
results = nil
0 commit comments