lib/capistrano/tasks/migrations.rake in capistrano-forkcms-3.1.0 vs lib/capistrano/tasks/migrations.rake in capistrano-forkcms-3.1.2

- old
+ new

@@ -41,10 +41,10 @@ next end # Update the locale through the console command if filename.index('locale.xml') != nil - execute :php, "#{release_path}/bin/console forkcms:locale:import -f #{migration_path}/#{filename}" + execute :php, "#{release_path}/bin/console forkcms:locale:import -f #{migration_path}/#{filename} --env=prod" next end end end