From 4c906d5f5b4e31dac38e041ca279462969f4f38e Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Tue, 28 Mar 2023 14:26:28 +0000 Subject: [PATCH] Fix typo in userdata Signed-off-by: Gabriel Adrian Samfira --- cloudconfig/templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudconfig/templates.go b/cloudconfig/templates.go index 2518b7c0..86358b9d 100644 --- a/cloudconfig/templates.go +++ b/cloudconfig/templates.go @@ -68,7 +68,7 @@ GH_RUNNER_GROUP="{{.GitHubRunnerGroup}}" # $RUNNER_GROUP_OPT will be added to the config.sh line. If it's empty, nothing happens # if it holds a value, it will be part of the command. RUNNER_GROUP_OPT="" -if [ ! -z $GH_RUNNER_GROUP ] +if [ ! -z $GH_RUNNER_GROUP ];then RUNNER_GROUP_OPT="--runnergroup=$GH_RUNNER_GROUP" fi