Fix the bin/rails script to run Rails – copy-paste error.

This commit is contained in:
Jyri-Petteri Paloposki 2021-08-31 10:02:52 +03:00
parent 8cbe476599
commit 7fad611256

View file

@ -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