From 7fad611256f0f21e9a8a1c4923ea169f76310d85 Mon Sep 17 00:00:00 2001 From: Jyri-Petteri Paloposki Date: Tue, 31 Aug 2021 10:02:52 +0300 Subject: [PATCH] =?UTF-8?q?Fix=20the=20bin/rails=20script=20to=20run=20Rai?= =?UTF-8?q?ls=20=E2=80=93=20copy-paste=20error.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/rails | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rails b/bin/rails index cd471e11..9d8f5bd1 100755 --- a/bin/rails +++ b/bin/rails @@ -9,5 +9,5 @@ if [ -e ../.use-docker -a ! -e /etc/app-env ]; then $SCRIPTPATH/../script/docker-environment $0 "$@" else - $SCRIPTPATH/run-rake "$@" + $SCRIPTPATH/run-rails "$@" fi