Skip to content

Commit

Permalink
Merge pull request #81 from sw1nn/master
Browse files Browse the repository at this point in the history
Ensure local directory hierarchy (suspect there is a better way).
  • Loading branch information
carmstrong committed Dec 18, 2013
2 parents 7222d24 + 8f20a9a commit 616999d
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 616999d

Please sign in to comment.