We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b954d commit cd9ecc2Copy full SHA for cd9ecc2
1 file changed
chef/lib/chef/provider/git.rb
@@ -42,8 +42,7 @@ def action_checkout
42
enable_submodules
43
@new_resource.updated = true
44
else
45
- Chef::Log.info "Taking no action, checkout destination " +
46
- "#{@new_resource.destination} already exists or is a non-empty directory"
+ Chef::Log.info "Taking no action, checkout destination #{@new_resource.destination} already exists or is a non-empty directory"
47
end
48
49
0 commit comments