Skip to content

Commit

Permalink
move downloads to the new place
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Jul 2, 2012
1 parent 7a36f53 commit a5e4162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/downloads.rake
Expand Up @@ -3,7 +3,7 @@ require 'octokit'
# find newest mac and windows binary downloads
task :downloads => :environment do
# find latest windows version
win_downloads = Octokit.downloads("schacon/testy")
win_downloads = Octokit.downloads("msysgit/git")
win_downloads.each do |down|
if m = /^Git-(.*?)-(.*).exe/.match(down.name)
version = m[1]
Expand Down

0 comments on commit a5e4162

Please sign in to comment.