Skip to content

Commit

Permalink
Merge pull request padrino#888 from matthias-guenther/master
Browse files Browse the repository at this point in the history
Shortens the installation process with bundler
  • Loading branch information
DAddYE committed Jul 31, 2012
2 parents 4e87332 + 44c216e commit 9651132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padrino-gen/lib/padrino-gen/generators/project.rb
Expand Up @@ -97,7 +97,7 @@ def finish_message
say "#{name} is ready for development!", :green
say "="*65, :green
say "$ cd #{options[:root]}/#{name}"
say "$ bundle install" unless options[:bundle]
say "$ bundle" unless options[:bundle]
say "="*65, :green
say
end
Expand Down

0 comments on commit 9651132

Please sign in to comment.