Skip to content

Commit

Permalink
strange behaviour with invalid optoins
Browse files Browse the repository at this point in the history
  • Loading branch information
hrdwdmrbl committed Feb 2, 2013
1 parent ca88ae7 commit 508fc9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cloud_assets.rb
Expand Up @@ -92,7 +92,7 @@ def cloud_asset(path)
if CloudAssets.verbose
puts "Retrieving remote asset #{p}"
end
request = Typhoeus::Request.new p, options
request = Typhoeus::Request.new p#, options
asset_response = nil
request.on_complete do |hydra_response|
asset_response = hydra_response
Expand Down
2 changes: 1 addition & 1 deletion lib/cloud_assets/version.rb
@@ -1,3 +1,3 @@
module CloudAssets
VERSION = "0.0.4"
VERSION = "0.0.5"
end

0 comments on commit 508fc9b

Please sign in to comment.