Skip to content

Commit

Permalink
Merge pull request #3 from sam1el/wininstall
Browse files Browse the repository at this point in the history
fixed bad syntax in install resource
  • Loading branch information
sam1el committed Feb 7, 2020
2 parents 59ccf59 + b949202 commit fc0620b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
end

# Cleanup for future upgrade purposes
directory '#{Chef::Config[:file_cache_path]}/habitat' do
directory "#{Chef::Config[:file_cache_path]}/habitat" do
action :delete
recursive true
end
Expand Down

0 comments on commit fc0620b

Please sign in to comment.