From 1b3694ff75fe3ee25e7874f70db13701ba384c51 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 5 Mar 2015 14:02:28 -0300 Subject: [PATCH] script/production: missed bundle exec in one spot --- script/production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/production b/script/production index 34d2862..17bd1c5 100755 --- a/script/production +++ b/script/production @@ -79,7 +79,7 @@ environments_loop() { RAILS_ENV=$env bundle exec ./script/feed-updater "$action" -i $env done else - ./script/delayed_job "$action" + bundle exec ./script/delayed_job "$action" bundle exec ./script/feed-updater "$action" fi } -- libgit2 0.21.2