From 07ddf7aab5529429c5d128c3d2c56babcc76c6f9 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Feb 2015 14:57:09 +0000 Subject: [PATCH] pull: only link changed tap formulae. --- Library/Homebrew/cmd/pull.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/pull.rb b/Library/Homebrew/cmd/pull.rb index e0d7e94dff..eaee811e36 100644 --- a/Library/Homebrew/cmd/pull.rb +++ b/Library/Homebrew/cmd/pull.rb @@ -107,7 +107,7 @@ module Homebrew ).each_line do |line| line = line.chomp name = File.basename(line, ".rb") - changed_formulae_paths << Pathname.new("#{formula_dir}/#{line}") + changed_formulae_paths << Pathname.new("#{formula_dir}/#{line}") if tap_dir begin changed_formulae << Formula[name]