aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/tap-info.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/tap-info.rb')
-rw-r--r--Library/Homebrew/cmd/tap-info.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/tap-info.rb b/Library/Homebrew/cmd/tap-info.rb
index f31bf480c..0d9f8db3d 100644
--- a/Library/Homebrew/cmd/tap-info.rb
+++ b/Library/Homebrew/cmd/tap-info.rb
@@ -82,6 +82,6 @@ module Homebrew
end
def print_tap_json(taps)
- puts Utils::JSON.dump(taps.map(&:to_hash))
+ puts JSON.generate(taps.map(&:to_hash))
end
end