From 4624c53357110eb51ef079900e5c1ff253c92f17 Mon Sep 17 00:00:00 2001 From: Maurice Faber Date: Sat, 17 Feb 2024 20:40:13 +0100 Subject: [PATCH] fix: typo --- api/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/main.py b/api/main.py index 217a045..2a3a762 100755 --- a/api/main.py +++ b/api/main.py @@ -37,7 +37,7 @@ def _after_config_change(project: str) -> None: write_upstreams() update_upstream(project) reload_proxy() - run_command(["bin/apply.sh"]) + run_command(["bin/apply.py"]) def _handle_update_upstream(project: str, service: str) -> None: