Skip to content

Commit 772eb58

Browse files
authored
Fix syntax error in last line
Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent ddcff0f commit 772eb58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cluster-settings-template.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ CL_CTRLNODES=1
3030
# Number of (initial) worker nodes
3131
CL_WRKRNODES=1
3232
### Autofill magic, don't touch
33-
CS_MAINVER=${CS_MAINVER:-${CL_PATCHVER%.*})
33+
CS_MAINVER=${CS_MAINVER:-${CL_PATCHVER%.*}}
3434

0 commit comments

Comments
 (0)