aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/tap.rb')
-rw-r--r--Library/Homebrew/tap.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb
index 27777e431..217261eca 100644
--- a/Library/Homebrew/tap.rb
+++ b/Library/Homebrew/tap.rb
@@ -41,8 +41,6 @@ class Tap
@path.cd do
Utils.popen_read("git", "config", "--get", "remote.origin.url").chomp
end
- else
- nil
end
else
raise TapUnavailableError, name
@@ -113,7 +111,7 @@ class Tap
"custom_remote" => custom_remote?,
"formula_names" => formula_names,
"formula_files" => formula_files.map(&:to_s),
- "command_files" => command_files.map(&:to_s),
+ "command_files" => command_files.map(&:to_s)
}
end