Correcting script updater name
This commit is contained in:
2
main.py
2
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():
|
||||
|
||||
Reference in New Issue
Block a user