From ea68619f0b1171414df381facdada5eb4a906547 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 17 Dec 2015 10:31:31 +1100 Subject: [PATCH] Use bundled rails to prepare imported database --- script/mirror_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/mirror_db.sh b/script/mirror_db.sh index 608f20eb75..85e6693b68 100755 --- a/script/mirror_db.sh +++ b/script/mirror_db.sh @@ -7,7 +7,7 @@ set -e if hash zeus 2>/dev/null && [ -e .zeus.sock ]; then RAILS_RUN='zeus r' else - RAILS_RUN='rails runner' + RAILS_RUN='bundle exec rails runner' fi