Skip to content

Commit

Permalink
Revert "Use http since some curl installations dont support ssl"
Browse files Browse the repository at this point in the history
This reverts commit 26a4860.
  • Loading branch information
tmm1 committed Feb 1, 2011
1 parent 83e2751 commit b9f7fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,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 http://gist.github.com/raw/796172/724c7ca237a7f6b8d857c4ac2991cfe5ffb18087/vwilight.vim > colors/vwilight.vim"
sh "curl https://gist.github.com/raw/796172/724c7ca237a7f6b8d857c4ac2991cfe5ffb18087/vwilight.vim > colors/vwilight.vim"
end

desc "Update the documentation"
Expand Down

0 comments on commit b9f7fd0

Please sign in to comment.