summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index c8bcb03..612ab58 100755
--- a/run.sh
+++ b/run.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# For running from the cmdline in Debug Mode
-FLASK_APP=app \
+FLASK_APP=kosten \
FLASK_ENV=development \
PYTHONDONTWRITEBYTECODE=1 \
flask "$@"