From 335f0c6f5023db077d3e2d7802a54aefb9ad3c57 Mon Sep 17 00:00:00 2001 From: Gentile G Date: Tue, 3 Oct 2023 13:26:22 +0200 Subject: [PATCH] Correcting script updater name --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6500420..85ef17f 100644 --- a/main.py +++ b/main.py @@ -7,7 +7,7 @@ import config DOCKER_COMPOSE_PATH = config.portainer_compose_dir + '/{}/docker-compose.yml' BASH_COMPANION_SCRIPT = os.getcwd() + '/docker_updater.sh' -REPO_UPDATER_SCRIPT = os.getcwd() + '/update_repo.sh' +REPO_UPDATER_SCRIPT = os.getcwd() + '/update_repos.sh' def update_repositories():