Skip to content

Commit

Permalink
Use override on MacOS
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Albertson <[email protected]>
  • Loading branch information
ramereth committed Aug 7, 2022
1 parent c0887eb commit ee85f04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/client_osx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
provides :git_client, platform: 'mac_os_x'

action :install do
package 'git'
package 'git' do
options '--override'
end
end

0 comments on commit ee85f04

Please sign in to comment.