Fix previous commit

Added the wrong file by mistake
This commit is contained in:
Fabio Gallonetto 2013-05-16 16:57:38 +01:00
parent 26a36a7451
commit 68b427bf7b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
#
require File.join(File.dirname(__FILE__), 'default_libs') require File.join(File.dirname(__FILE__), 'default_libs')
require File.join(File.dirname(__FILE__), 'vundle') require File.join(File.dirname(__FILE__), 'vundle')
@ -20,7 +21,7 @@ GitStyleBinary.command do
repo=command.opts[:url] repo=command.opts[:url]
repo=command.opts[:url] repo=command.opts[:url]
puts "Adding \"#{repo}\" to the plugin list" 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::add_plugin_to_vundle repo
Vundle::update_vundle Vundle::update_vundle
end end

View File

@ -1 +0,0 @@
set tags+=tags,gems.tags,stdlib.tags