mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-15 23:00: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
|
||||
$SCRIPTPATH/../script/docker-environment $0 "$@"
|
||||
else
|
||||
$SCRIPTPATH/run-rake "$@"
|
||||
$SCRIPTPATH/run-rails "$@"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue