This commit is contained in:
2025-12-16 23:43:23 +01:00
parent 8f207f2fad
commit 5df457bdcb

View File

@@ -981,9 +981,6 @@ class Portainer:
service_ids = [s[0] for s in service_tuples if s[0] != "__ALL__"]
else:
service_ids = [self.args.service_id]
print(self.args)
print(service_ids)
input()
if self.args.update is False:
pull = False