Browse Source

back to .rb for bin, so homebrew `require`s us

phinze 13 years ago
parent
commit
aca9beece1
  1. 2
      bin/brew-cask.rb

2
bin/brew-cask → bin/brew-cask.rb

@ -1,4 +1,4 @@
#!/usr/bin/env ruby
# this file expects to be required from within homebrew's ruby environment
$LOAD_PATH << File.expand_path('../../lib', Pathname.new(__FILE__).realpath)
require 'cask'
Loading…
Cancel
Save