Skip to content

Commit

Permalink
Use http since some curl installations dont support ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Jan 28, 2011
1 parent 5a030a2 commit 26a4860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -196,7 +196,7 @@ vim_plugin_task "mustasche" do
sh "curl http://github.com/defunkt/mustache/raw/master/contrib/mustache.vim > syntax/mustache.vim"
end
vim_plugin_task "vwilight" do
sh "curl https://gist.github.com/raw/796172/724c7ca237a7f6b8d857c4ac2991cfe5ffb18087/vwilight.vim > colors/vwilight.vim"
sh "curl http://gist.github.com/raw/796172/724c7ca237a7f6b8d857c4ac2991cfe5ffb18087/vwilight.vim > colors/vwilight.vim"
end

desc "Update the documentation"
Expand Down

0 comments on commit 26a4860

Please sign in to comment.