Fix env naming and location

This commit is contained in:
Ruakij 2023-05-09 23:52:34 +02:00
parent 5b7dbe1157
commit 8304f68e4e
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ ORIGINALDIR=$PWD
# Get args without path
EXTRA_ARGS="${@:2}"
TAG=${TAG:-"${TAG_PREFIX}${NAME}"}
# Call prepare

View File

@ -51,5 +51,5 @@ fi
export VERSION
printf "Version: ${VERSION}\n"
TAG=${TAG:-"${TAG_PREFIX}${NAME}"}
TAG=${TAG:-"${TAGPREFIX}${NAME}"}
printf "> ${TAG}\n"