Skip to content

Commit

Permalink
Have install be the default action for bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Lerche committed May 5, 2010
1 parent 8aaadc4 commit eea62b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/bundler/cli.rb
Expand Up @@ -9,6 +9,8 @@ module Bundler
class CLI < Thor
check_unknown_options! unless ARGV.include?("exec")

default_task :install

desc "init", "Generates a Gemfile into the current working directory"
method_option "gemspec", :type => :string, :banner => "Use the specified .gemspec to create the Gemfile"
def init
Expand Down

0 comments on commit eea62b3

Please sign in to comment.