chore(install): fixing typo
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
855b9528f1
commit
8dc11b3850
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue