updating client api, tag updating script

This commit is contained in:
2020-10-02 11:36:33 +02:00
parent b2f5208745
commit 949d0b6ec7
3 changed files with 13 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#require 2 arguments, API_NAME API_DIR (relative to package)
if [ $# -lt 2 ]; then
echo "wrong usage of updateVersion.sh"
echo "Wrong usage of updateVersion.sh. Requires atleast 2 arguments [API_NAME, API_DIR]"
exit -1
fi