From 1f85f0cf7180dcce262afb44e695c3b449b82eae Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Mon, 27 Mar 2023 14:43:39 +0200 Subject: [PATCH] chore(helm): Updating the log message Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay-cli b/scripts/helmcharts/openreplay-cli index 4cde9a54d..c0b3192ac 100755 --- a/scripts/helmcharts/openreplay-cli +++ b/scripts/helmcharts/openreplay-cli @@ -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