Fix "scrips" typo

This commit is contained in:
Alexander Krotov 2020-10-21 23:03:10 +03:00
parent 58c59dd708
commit c524543278
3 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ if [ -z "$VERSION" ]; then
echo "this script uploads apk and symbols to get.delta.chat"
echo "the script does not upload things to gplay or other stores."
echo ""
echo "usage: ./scrips/upload-release.sh <VERSION>"
echo "usage: ./scripts/upload-release.sh <VERSION>"
exit
fi
if [[ ${VERSION:0:1} == "v" ]]; then