Skip to content

Commit

Permalink
Ensure local directory hierarchy (suspect there is a better way).
Browse files Browse the repository at this point in the history
  • Loading branch information
Neale Swinnerton committed Sep 23, 2013
1 parent c6ef8a7 commit 8f20a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/ark.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def download_direct_from_oracle(tarball_name, new_resource)
converge_by(description) do
Chef::Log.debug "downloading oracle tarball straight from the source"
cmd = shell_out!(
%Q[ curl -L --cookie "#{cookie}" #{new_resource.url} -o #{download_path} ]
%Q[ curl --create-dirs -L --cookie "#{cookie}" #{new_resource.url} -o #{download_path} ]
)
end
else
Expand Down

0 comments on commit 8f20a9a

Please sign in to comment.