Fix previous commit
Added the wrong file by mistake
This commit is contained in:
parent
26a36a7451
commit
68b427bf7b
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env ruby
|
||||
#
|
||||
require File.join(File.dirname(__FILE__), 'default_libs')
|
||||
require File.join(File.dirname(__FILE__), 'vundle')
|
||||
|
||||
@ -20,7 +21,7 @@ GitStyleBinary.command do
|
||||
repo=command.opts[:url]
|
||||
repo=command.opts[:url]
|
||||
puts "Adding \"#{repo}\" to the plugin list"
|
||||
bundle_path=repo.gsub("https://github.com/", "")
|
||||
bundle_path=repo.gsub(/http.?:\/\/github\.com\//, "")
|
||||
Vundle::add_plugin_to_vundle repo
|
||||
Vundle::update_vundle
|
||||
end
|
||||
|
@ -1 +0,0 @@
|
||||
set tags+=tags,gems.tags,stdlib.tags
|
Loading…
Reference in New Issue
Block a user