From 5864085ec311038be7898ca6715cfaf1199e30f3 Mon Sep 17 00:00:00 2001 From: jaydee Date: Fri, 12 Dec 2025 10:48:09 +0100 Subject: [PATCH] build --- port.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port.py b/port.py index 8578671..6d3a7a4 100644 --- a/port.py +++ b/port.py @@ -786,7 +786,7 @@ class Portainer: if "__ONLY_CHECK__" in service_ids: pull = False else: - pull = False + pull = True if "__ALL__" in service_ids: service_ids = [s[0] for s in service_tuples if s[0] != "__ALL__" and s[0] != "__ONLY_CHECK__"]