-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ark when extracting zip files doesn't overwrite the old version of a file if the new version exists #93
Comments
I'm encountering this issue when using the consul cookbook. Our servers have consul 0.4.0 installed and should be auto-upgrading to 0.4.1. However, because the ark I'd ask that you please accept PR #94 to fix this issue. |
+1 |
@burtlo mind to check out this PR and have it merge? |
I'll merge #94. I've never liked the letter "u". |
Issue #94 is merged. |
We shouldn't use unzip with
-u
option; instead we simpliy just override files.The text was updated successfully, but these errors were encountered: