Skip to content

Commit

Permalink
unzip -u trumps -o
Browse files Browse the repository at this point in the history
  • Loading branch information
obazoud committed Oct 14, 2019
1 parent c0dad9a commit 89c31e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def extract_artifact!
else
package "unzip"
execute "extract_artifact!" do
command "unzip -q -u -o #{cached_tar_path} -d #{release_path}"
command "unzip -o #{cached_tar_path} -d #{release_path}"
user new_resource.owner
group new_resource.group
retries 2
Expand Down

0 comments on commit 89c31e9

Please sign in to comment.