diff --git a/manage_hetzner_servers.py b/manage_hetzner_servers.py index 5b159e0..7d17f9f 100644 --- a/manage_hetzner_servers.py +++ b/manage_hetzner_servers.py @@ -6,7 +6,7 @@ import pathlib import sys UPDATE_SCRIPT_PATH = pathlib.Path(__file__).parent / "update_local_config.py" -CONFIG_PATH = pathlib.Path(__file__).parent / "config.ini" +CONFIG_PATH = "config.ini" def get_hetzner_client():