mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 01:39:18 +02:00
Fix "scrips" typo
This commit is contained in:
parent
58c59dd708
commit
c524543278
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue