Skip to content

Commit 37a4cc8

Browse files
committed
fix error_message typo
1 parent a0c7e1e commit 37a4cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • community/modules/scheduler/schedmd-slurm-gcp-v6-controller

community/modules/scheduler/schedmd-slurm-gcp-v6-controller/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ ghpc:
3131
inputs:
3232
vars: [slurm_cluster_name]
3333
pattern: "^[a-z](?:[a-z0-9]{0,9})$"
34-
error_message: "'slurm_cluster_name' must contain abc only lowercase letters and numbers, start with a letter, and be 1-10 characters long."
34+
error_message: "'slurm_cluster_name' must contain only lowercase letters and numbers, start with a letter, and be 1-10 characters long."

0 commit comments

Comments
 (0)