diff --git a/Perl/Scripts/load-perl-environment b/Perl/Scripts/load-perl-environment index 8673f5d..f783b15 100644 --- a/Perl/Scripts/load-perl-environment +++ b/Perl/Scripts/load-perl-environment @@ -74,7 +74,7 @@ if [ -n "${APPVEYOR_REPO_TAG_NAME}" ]; then declare -r fusinv_agent_release="${APPVEYOR_REPO_TAG_NAME}" elif [ -n "${APPVEYOR_REPO_BRANCH}" ]; then declare -r fusinv_agent_commit="develop" - declare -r fusinv_agent_release="2.4.x" + declare -r fusinv_agent_release="${APPVEYOR_REPO_BRANCH}" declare -r TYPE="development" elif [ -n "${FIA_RELEASE}" ]; then declare -r fusinv_agent_release="${FIA_RELEASE}"