Skip to content

Commit

Permalink
fix: Drop unnecessary default actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbyrnes committed Jul 1, 2020
1 parent 3e40918 commit ae264c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes/default.rb
Expand Up @@ -18,15 +18,13 @@
#

directory node['golang']['gopath'] do
action :create
recursive true
owner node['golang']['owner']
group node['golang']['group']
mode node['golang']['mode']
end

directory node['golang']['gobin'] do
action :create
recursive true
owner node['golang']['owner']
group node['golang']['group']
Expand Down

0 comments on commit ae264c6

Please sign in to comment.