Skip to content

Commit

Permalink
Changing listing of installed Cask for improved performance. Fix for H…
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxue committed Nov 18, 2013
1 parent a4a75d3 commit e716cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cask/cli/list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def self.list_files(*cask_names)
end

def self.list_installed
puts_columns Cask::CLI.nice_listing(Cask.installed)
system "ls", "/opt/homebrew-cask/Caskroom"
end

def self.help
Expand Down

0 comments on commit e716cd5

Please sign in to comment.