Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Morriz committed Feb 17, 2024
1 parent ce143ba commit 4624c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4624c53

Please sign in to comment.