Skip to content

Commit

Permalink
Using #rake to invoke rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
Trung Le虃 committed Dec 5, 2011
1 parent eecd246 commit 3980062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/spree/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def include_seed_data
def install_migrations
puts "Copying migrations..."
silence_stream(STDOUT) do
silence_warnings { run 'bundle exec rake railties:install:migrations' }
silence_warnings { rake 'railties:install:migrations' }
end
end

Expand Down

0 comments on commit 3980062

Please sign in to comment.