From 102073cb7028b2c531c4dff2e14fe7fc984752b4 Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Thu, 5 Dec 2019 12:30:50 +0100 Subject: [PATCH] Bug: Do not refer to old tag --- src/restic_compose_backup/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/restic_compose_backup/cli.py b/src/restic_compose_backup/cli.py index 71f9bff..d2203e3 100644 --- a/src/restic_compose_backup/cli.py +++ b/src/restic_compose_backup/cli.py @@ -66,7 +66,7 @@ def status(config, containers): instance.container_type, container.service_name) if len(backup_containers) == 0: - logger.info("No containers in the project has 'restic-compose-backup.enabled' label") + logger.info("No containers in the project has 'restic-compose-backup.*' label") logger.info("-" * 67)