From cba85e03851c6f25f431dda5e50c7599c908dbfd Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Thu, 14 Feb 2019 23:06:32 +0100 Subject: [PATCH] auto update of scripts/bootstrapit_update.sh --- scripts/bootstrapit_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrapit_update.sh b/scripts/bootstrapit_update.sh index 81221b7..b5c8e08 100644 --- a/scripts/bootstrapit_update.sh +++ b/scripts/bootstrapit_update.sh @@ -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