From 8dc11b385047ee5b98026b84404641943a730a86 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Sat, 15 Jan 2022 02:27:41 +0530 Subject: [PATCH] chore(install): fixing typo Signed-off-by: Rajesh Rajendran --- scripts/helm/helm/openreplay/files/dbops.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helm/helm/openreplay/files/dbops.sh b/scripts/helm/helm/openreplay/files/dbops.sh index 5df6eb727..542b6ffcf 100644 --- a/scripts/helm/helm/openreplay/files/dbops.sh +++ b/scripts/helm/helm/openreplay/files/dbops.sh @@ -8,7 +8,7 @@ function migration() { # Checking if previous app version is set. if [[ $PREVIOUS_APP_VERSION == "" ]]; then - echo "Previous app verision to be migrated is not set. Rerun using --set fromVersion=v1.3.5" + echo "Previous app version to be migrated is not set. Rerun using --set fromVersion=v1.3.5" exit 100 fi