aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 41bb811..c7a57fd 100644
--- a/Pipfile
+++ b/Pipfile
@@ -31,7 +31,7 @@ python_version = "3.9"
[scripts]
eval = "python -m snekbox"
-snekbox = "gunicorn -c config/gunicorn.conf.py snekbox.api.app"
+webserver = "gunicorn -c config/gunicorn.conf.py snekbox.api.app"
# Linting
lint = "pre-commit run --all-files"