Skip to content

Commit

Permalink
make example external command work again
Browse files Browse the repository at this point in the history
`brewcask-dumpcask.rb` was broken by Homebrew#4964.
  • Loading branch information
rolandwalker committed Jun 21, 2014
1 parent 29a6a1e commit c9bedbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions developer/examples/brewcask-dumpcask.rb
Expand Up @@ -7,10 +7,10 @@
# brew cask dumpcask google-chrome
#

Cask.debug = true

command_name = ARGV.shift
cask_name = ARGV.shift

cask = Cask.load(cask_name)

odumpcask cask
Cask.debug = true
cask.dumpcask

0 comments on commit c9bedbd

Please sign in to comment.