Skip to content

Commit

Permalink
Don't include receipt in brew list output
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpie committed Nov 16, 2011
1 parent 66fb221 commit 769b33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def initialize path
else
print_dir pn
end
elsif not (FORMULA_META_FILES + ['.DS_Store']).include? pn.basename.to_s
elsif not (FORMULA_META_FILES + %w[.DS_Store INSTALL_RECEIPT.json]).include? pn.basename.to_s
puts pn
end
end
Expand Down

0 comments on commit 769b33e

Please sign in to comment.