From 823f112f2e37d630f1a44c29d605c9d2f10a3532 Mon Sep 17 00:00:00 2001 From: Konrad Mohrfeldt <konrad.mohrfeldt@farbdev.org> Date: Sat, 23 Apr 2022 17:10:17 +0200 Subject: [PATCH] chore: fix typo --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 4121c201..13c58493 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) ### -- GitLab