Skip to content

Commit 816df07

Browse files
fix unwanted comma
1 parent 7ea97f9 commit 816df07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/cli/install.sh.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ install() {
119119
echo '
120120
#!/bin/bash
121121
122-
allowList=(version, help init client{% for service in spec.services %} {{ service.name }}{% endfor %})
122+
allowList=(version help init client{% for service in spec.services %} {{ service.name }}{% endfor %})
123123
124124
if [[ -z $1 ]]; then
125125
set -- "$@" help
@@ -183,4 +183,4 @@ greeting
183183
getSystemInfo
184184
performChecks
185185
install
186-
installCompleted
186+
installCompleted

0 commit comments

Comments
 (0)