Browse Source

drop the .rb from the binary

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

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

@ -1,3 +1,5 @@
#!/usr/bin/env ruby
$LOAD_PATH << File.expand_path('../../lib', Pathname.new(__FILE__).realpath)
require 'cask'
Loading…
Cancel
Save