No need to put vendor on the load path

This commit is contained in:
Jack Nagel 2014-05-02 12:59:38 -05:00
parent f6d81cf762
commit 2b46af5136

View File

@ -12,7 +12,6 @@ end
require 'pathname'
HOMEBREW_LIBRARY_PATH = Pathname.new(__FILE__).realpath.dirname.parent.join("Library/Homebrew").to_s
$:.unshift(HOMEBREW_LIBRARY_PATH + '/vendor')
$:.unshift(HOMEBREW_LIBRARY_PATH)
require 'global'