fix(build): if else error

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2023-03-27 17:46:31 +02:00
parent 18e9aa901d
commit 985af6cf61

View file

@ -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