From 29a49ba120b0533b39e101ae172fd7374dff8dcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 7 May 2019 18:35:24 +0200 Subject: [PATCH] Makefile: Fix the run-local target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 735026b..5048388 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,4 @@ typecheck: mypy --ignore-missing-imports pantalaimon run-local: - python -m pantalaimon.main start https://localhost:8448 --proxy http://localhost:8080 -k --log-level debug + python -m pantalaimon.main https://localhost:8448 --proxy http://localhost:8080 -k --log-level debug