Skip to content

Commit

Permalink
use https for nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
TerribleDev committed Jun 19, 2015
1 parent 8871241 commit 4689bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/tools.rake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace :tools do

FileUtils.mkdir_p("#{NUGET}")
File.open("#{NUGET}/nuget.exe", "wb") do |file|
file.write open('http://nuget.org/nuget.exe').read
file.write open('https://nuget.org/nuget.exe').read
end
end
end
Expand Down

0 comments on commit 4689bb2

Please sign in to comment.