Skip to content

Commit 571f8ed

Browse files
committed
pymc-uid-user -> pymcs-uid-user
1 parent ab8ff6e commit 571f8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pymc_server/utils/names.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import uuid
22
from sky.utils import common_utils
3-
def generate_service_name(prefix = "pymc"):
3+
def generate_service_name(prefix = "pymcs"):
44
return f'{prefix}-service-{uuid.uuid4().hex[:4]}'
55

6-
def generate_cluster_name(prefix = "pymc"):
6+
def generate_cluster_name(prefix = "pymcs"):
77
return f'{prefix}-{uuid.uuid4().hex[:4]}-{common_utils.get_cleaned_username()}'

0 commit comments

Comments
 (0)