From 985af6cf613c19b06bdfeeb5c4ae6031b0895f9b Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 27 Mar 2023 17:46:31 +0200 Subject: [PATCH] fix(build): if else error Signed-off-by: rjshrjndrn --- peers/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/peers/build.sh b/peers/build.sh index d3686b2ff..7109004b6 100644 --- a/peers/build.sh +++ b/peers/build.sh @@ -62,4 +62,6 @@ function build_api(){ check_prereq build_api $1 -[[ $PATCH -eq 1 ]] && update_helm_release peers +if [[ $PATCH -eq 1 ]]; then + update_helm_release peers +fi