Merge pull request #2658 from TracksApp/bin-script

Fix the bin/rails script to run Rails – copy-paste error.
This commit is contained in:
Jyri-Petteri Paloposki 2021-08-31 10:18:37 +03:00 committed by GitHub
commit cfc2ef13a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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