Skip to content

Instantly share code, notes, and snippets.

@pmorton
Created December 16, 2011 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmorton/1486892 to your computer and use it in GitHub Desktop.
Save pmorton/1486892 to your computer and use it in GitHub Desktop.
COOK-914 Workaround
windows_zipfile "C:\Temp\Somfile" do
path "C:\\Temp\\Somfile" # This is the magic. This will overwrite the default that is currently being set by the name attribute.
source "http://somedomain.foo/somefile.zip"
action :unzip
overwrite true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment