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