Skip to content

Commit

Permalink
Fix saving files to disk
Browse files Browse the repository at this point in the history
  • Loading branch information
mcunha committed Mar 12, 2012
1 parent be8453b commit ddae2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile.rb
Expand Up @@ -132,7 +132,7 @@ def ensure_nuget_packages_nix(name, version)
uri = URI.parse("http://packages.nuget.org/api/v1/package/#{name}/#{version}")

fetch(uri) do |seg|
f.write(segment)
f.write(seg)
end

ensure
Expand Down

0 comments on commit ddae2e6

Please sign in to comment.