mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2026-02-04 17:30:05 +00:00
Bug: Do not refer to old tag
This commit is contained in:
@@ -66,7 +66,7 @@ def status(config, containers):
|
|||||||
instance.container_type, container.service_name)
|
instance.container_type, container.service_name)
|
||||||
|
|
||||||
if len(backup_containers) == 0:
|
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)
|
logger.info("-" * 67)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user