From a90f184f909938ba706c072af20643e2030cb641 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 14 May 2021 09:42:52 +0300 Subject: [PATCH] Fix variable assignment. --- scripts/travis-deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/travis-deploy.sh b/scripts/travis-deploy.sh index 39e297c0e..347aa94ff 100755 --- a/scripts/travis-deploy.sh +++ b/scripts/travis-deploy.sh @@ -24,9 +24,9 @@ if [[ "$DEPLOY" == "true" ]]; then check_failure "Unable to patch the app bundle."; if [[ "$LEGACY" = false ]]; then - legacy_suffix = "" + legacy_suffix="" else - legacy_suffix = "-legacy" + legacy_suffix="-legacy" fi print_info "Start compressing.";