Skip to content

Commit 33d6bec

Browse files
authored
fix comment
1 parent 52e1ab0 commit 33d6bec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/clients/gcloud_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ def create_runner_instance(self, registration_token, repo_url, template_name, in
7676
"Skipping instance creation.")
7777
return None
7878

79-
# Name must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen
79+
# Name must start with a lowercase letter followed by up to 62 lowercase letters,
80+
# numbers, or hyphens, and cannot end with a hyphen.
8081
instance_uuid = uuid.uuid4().hex[:16]
8182
if instance_template_resource.name.startswith("dependabot"):
8283
instance_name = f"gcp-runner-dependabot-{instance_uuid}"

0 commit comments

Comments
 (0)