Skip to content

Commit

Permalink
this 'g' shouldn't be there
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bishop committed Jan 3, 2011
1 parent e3d1ace commit 5dfab18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/install.rake
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ task :install => :environment do


puts "Creating #{RAILS_ENV} database..." puts "Creating #{RAILS_ENV} database..."
Rake::Task["db:create"].invoke Rake::Task["db:create"].invoke
g
puts "Setting up the #{RAILS_ENV} database" puts "Setting up the #{RAILS_ENV} database"
Rake::Task["db:migrate"].invoke Rake::Task["db:migrate"].invoke


Expand Down

0 comments on commit 5dfab18

Please sign in to comment.