Skip to content

Commit b698ba2

Browse files
charpeniHeshamMegid
authored andcommitted
s/ios/android (#373)
The comment mention `ios` when it should be `android`.
1 parent 1525e0e commit b698ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/upload_sourcemap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [ ! "${INSTABUG_APP_TOKEN}" ] || [ -z "${INSTABUG_APP_TOKEN}" ] || [ "${INSTA
3434
exit 0
3535
else
3636
echo "Instabug: Uploading files..."
37-
#Upload ios sourcemap
37+
#Upload android sourcemap
3838
curl -X POST 'https://api.instabug.com/api/sdk/v3/symbols_files' -F "symbols_file=@./android-sourcemap.json" -F "application_token=${INSTABUG_APP_TOKEN}" -F "platform=react_native" -F "os=android"
3939
echo
4040
fi

0 commit comments

Comments
 (0)