From b46a3a0bb03b2adb8de33ecdb9e0622fba8a9d13 Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Mon, 26 Aug 2024 15:33:09 +0100 Subject: [PATCH] CHO: Remove typo skipci --- octue/cloud/pub_sub/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octue/cloud/pub_sub/service.py b/octue/cloud/pub_sub/service.py index 3b22d24d2..f750cfa4f 100644 --- a/octue/cloud/pub_sub/service.py +++ b/octue/cloud/pub_sub/service.py @@ -342,7 +342,7 @@ def ask( service_registries=self.service_registries, ) - # If not using a service registry, check for that the service revision exists by checking for its subscription. + # If not using a service registry, check that the service revision exists by checking for its subscription. elif service_revision_tag: service_revision_subscription = Subscription( name=convert_service_id_to_pub_sub_form(service_id),