This commit is contained in:
John Bintz 2013-02-20 13:25:52 -05:00
parent 0dc5789ac7
commit fd84bee21a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ Capistrano::Configuration.instance.load do
namespace :db do
desc "Load seed data into Mongoid database"
task :seed_fu do
cd "#{current_path} && bundle exec rake RAILS_ENV=#{rails_env} db:seed_fu"
run %{cd "#{current_path} && bundle exec rake RAILS_ENV=#{rails_env} db:seed_fu"}
end
end