update: fix load_tap_migrations

This commit is contained in:
Vlad Shablinsky 2015-08-10 17:43:21 +03:00 committed by Mike McQuaid
parent 431f23db32
commit 0b854adbf4

View File

@ -148,7 +148,7 @@ module Homebrew
end end
def load_tap_migrations def load_tap_migrations
load "tap_migrations" load "tap_migrations.rb"
rescue LoadError rescue LoadError
false false
end end