fixed a typo with rake install

moveTools
Adam Veldhousen 2015-11-02 21:41:25 -06:00
parent 6841979b59
commit 6ee1382fcf
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ namespace :vim do
desc "installs a new plugin and adds it to #{vimFolder}/plugins.txt"
task :intall, [:sourceName] do |t, args|
task :install, [:sourceName] do |t, args|
raise "Must specify git repo to pull from." unless args.sourceName not(nil)
source = "git://github.com/#{args.sourceName}.git"
puts "Adding to #{vimFolder}/plugins.txt"