diff --git a/hack/jenkins/prbot.sh b/hack/jenkins/prbot.sh index 87c48c144b..b15698b19b 100644 --- a/hack/jenkins/prbot.sh +++ b/hack/jenkins/prbot.sh @@ -44,4 +44,4 @@ if [ $? -gt 0 ]; then exit 1 fi output=$(cat mkcmp.log) -gh pr comment ${MINIKUBE_LOCATION} --body ${output} +gh pr comment ${MINIKUBE_LOCATION} --body "${output}"