Skip to content

Commit

Permalink
move announcement about bundler to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Sep 22, 2011
1 parent 97881fc commit 10ac09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/suspenders.rb
Expand Up @@ -73,6 +73,8 @@ def trout(destination_path)
"app/views/layouts/application.html.erb",
:force => true

say "Get ready for bundler... (this will take a while)"

trout 'Gemfile'
run "bundle install"

Expand All @@ -84,8 +86,6 @@ def trout(destination_path)

copy_file "README_FOR_SUSPENDERS", "doc/README_FOR_SUSPENDERS"

say "Get ready for bundler... (this will take a while)"

say "Let's use PostgreSQL"

template "postgresql_database.yml.erb", "config/database.yml", :force => true
Expand Down

0 comments on commit 10ac09a

Please sign in to comment.