Method: Chef::Provider::Git#multiple_remotes?
- Defined in:
- lib/chef/provider/git.rb
#multiple_remotes?(check_remote_command_result) ⇒ Boolean
270 271 272 |
# File 'lib/chef/provider/git.rb', line 270 def multiple_remotes?(check_remote_command_result) check_remote_command_result.exitstatus == 2 end |