Skip to content

Commit

Permalink
CHO: Remove typo
Browse files Browse the repository at this point in the history
skipci
  • Loading branch information
cortadocodes committed Aug 26, 2024
1 parent b1e8e81 commit b46a3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octue/cloud/pub_sub/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit b46a3a0

Please sign in to comment.