summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 65dee8d..6ed1ed5 100644
--- a/Pipfile
+++ b/Pipfile
@@ -13,5 +13,5 @@ black = "*"
[scripts]
build = "python build.py"
-scan = "python scan.py"
+scan = "python scripts/scan.py"
serve = "python -m http.server --directory build"