We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea97f9 commit 816df07Copy full SHA for 816df07
templates/cli/install.sh.twig
@@ -119,7 +119,7 @@ install() {
119
echo '
120
#!/bin/bash
121
122
-allowList=(version, help init client{% for service in spec.services %} {{ service.name }}{% endfor %})
+allowList=(version help init client{% for service in spec.services %} {{ service.name }}{% endfor %})
123
124
if [[ -z $1 ]]; then
125
set -- "$@" help
@@ -183,4 +183,4 @@ greeting
183
getSystemInfo
184
performChecks
185
install
186
-installCompleted
+installCompleted
0 commit comments