chore(helm): Updating the log message

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2023-03-27 14:43:39 +02:00
parent aa501b5224
commit 1f85f0cf71

View file

@ -366,7 +366,7 @@ do
log title "Editing OpenReplay"
sudo vim -n /var/lib/openreplay/vars.yaml
/var/lib/openreplay/yq 'true' /var/lib/openreplay/vars.yaml || {
log debug "seems like the edit is not correct. Rerun ${BWHITE}openreplay -e${YELLOW} and fix the issue."
log debug "seems like the edit is not correct. Rerun ${BWHITE}openreplay -e${YELLOW} after fixing the issue."
exit 100
}
reload