From 0b0bc116702e4153beaea0b95e49a33ccfbd34b5 Mon Sep 17 00:00:00 2001 From: binhex Date: Tue, 19 Sep 2023 16:53:17 +0100 Subject: [PATCH] refactor name for release tag arg --- build/root/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/root/install.sh b/build/root/install.sh index 6bc9189..476f43d 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -4,7 +4,7 @@ set -e # release tag name from build arg, stripped of build ver using string manipulation -release_tag_name="${1//-[0-9][0-9]/}" +RELEASETAG="${1//-[0-9][0-9]/}" # note do NOT download build scripts - inherited from int script with envvars common defined