Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 203f0c8

Browse files
committed
typo
1 parent 7a6cb23 commit 203f0c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## master
22

3-
* Adds source map upload script support for environment variables use inside info.plist
3+
* Adds source map upload script support for environment variables use inside Info.plist
44

55
## v9.1.9 (2020-10-01)
66

ios/upload_sourcemap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ else
2727
if !([ ! "${INSTABUG_APP_VERSION_CODE_ENV}" ] || [ -z "${INSTABUG_APP_VERSION_CODE_ENV}" ]); then
2828
INSTABUG_APP_VERSION_CODE=${!INSTABUG_APP_VERSION_CODE_ENV}
2929
if [ ! "${INSTABUG_APP_VERSION_CODE}" ] || [ -z "${INSTABUG_APP_VERSION_CODE}" ]; then
30-
echo "Environment variable $INSTABUG_APP_VERSION_CODE_ENV was specified inside info.plist but was not found, please upload the sourcemap files manually"
30+
echo "Environment variable $INSTABUG_APP_VERSION_CODE_ENV was specified inside Info.plist but was not found, please upload the sourcemap files manually"
3131
exit 0
3232
fi
3333
fi
@@ -42,7 +42,7 @@ else
4242
if !([ ! "${INSTABUG_APP_VERSION_NAME_ENV}" ] || [ -z "${INSTABUG_APP_VERSION_NAME_ENV}" ]); then
4343
INSTABUG_APP_VERSION_NAME=${!INSTABUG_APP_VERSION_NAME_ENV}
4444
if [ ! "${INSTABUG_APP_VERSION_NAME}" ] || [ -z "${INSTABUG_APP_VERSION_NAME}" ]; then
45-
echo "Environment variable $INSTABUG_APP_VERSION_NAME_ENV was specified inside info.plist but was not found, please upload the sourcemap files manually"
45+
echo "Environment variable $INSTABUG_APP_VERSION_NAME_ENV was specified inside Info.plist but was not found, please upload the sourcemap files manually"
4646
exit 0
4747
fi
4848
fi

0 commit comments

Comments
 (0)