mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Fix the bin/rails script to run Rails – copy-paste error.
This commit is contained in:
parent
8cbe476599
commit
7fad611256
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@ if [ -e ../.use-docker -a ! -e /etc/app-env ];
|
||||||
then
|
then
|
||||||
$SCRIPTPATH/../script/docker-environment $0 "$@"
|
$SCRIPTPATH/../script/docker-environment $0 "$@"
|
||||||
else
|
else
|
||||||
$SCRIPTPATH/run-rake "$@"
|
$SCRIPTPATH/run-rails "$@"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue