auto update of scripts/bootstrapit_update.sh

This commit is contained in:
Manuel Barkhau 2019-02-14 23:06:32 +01:00
parent 2cb7f53f6d
commit cba85e0385

View file

@ -104,7 +104,7 @@ if [[ -z $MODULE_NAME ]]; then
fi
if [[ -z $PACKAGE_VERSION ]]; then
PACKAGE_VERSION="$(date + 'v%Y%m.0001-alpha')"
PACKAGE_VERSION="$(date +'v%Y%m.0001-alpha')"
fi
if [[ -z $DEFAULT_PYTHON_VERSION ]]; then