Fix variable assignment.

This commit is contained in:
Roman Telezhynskyi 2021-05-14 09:42:52 +03:00
parent e904953bdf
commit a90f184f90

View file

@ -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.";