diff --git a/run.sh b/run.sh index 4121c20124fb1251923dfcf227ea2a6026d0b68c..13c584938bb889f74ff73427e69f1874e571a596 100755 --- a/run.sh +++ b/run.sh @@ -67,7 +67,7 @@ if [[ $docker == "false" ]]; then source python/bin/activate echo "Install dependencies" pip3 install -r requirements.txt - echo "Next you need to create the configuration, run fixtues, migrations and create a superuser." + echo "Next you need to create the configuration, run fixtures, migrations and create a superuser." fi ### Runs Steering in development mode (Virtualenv) ###