From d4fb826ef2e34c605ae62c22a48e1469cc1dcb1c Mon Sep 17 00:00:00 2001 From: Ali <> Date: Thu, 9 Jul 2020 00:19:32 +0400 Subject: [PATCH] Fix typo --- buildbox/deploy-telegram.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbox/deploy-telegram.sh b/buildbox/deploy-telegram.sh index 336bc23d3f..470c632aa8 100644 --- a/buildbox/deploy-telegram.sh +++ b/buildbox/deploy-telegram.sh @@ -62,6 +62,6 @@ if [ "$1" == "appstore" ]; then FASTLANE_PASSWORD="$FASTLANE_PASSWORD" xcrun altool --upload-app --type ios --file "$IPA_PATH" --username "$FASTLANE_ITC_USERNAME" --password "@env:FASTLANE_PASSWORD" elif [ "$1" == "hockeyapp" ]; then API_USER_NAME="$API_USER_NAME" API_APP_NAME="$API_APP_NAME" API_TOKEN="$API_TOKEN" sh buildbox/deploy-appcenter.sh -elif [ "$1" == "appecenter-experimental" ]; then +elif [ "$1" == "appcenter-experimental" ]; then API_USER_NAME="$API_USER_NAME" API_APP_NAME="$API_APP_NAME" API_TOKEN="$API_TOKEN" sh buildbox/deploy-appcenter.sh fi