diff --git a/Scripts/Bash/Functions/Commons/cli_checkRepoDirTarget.sh b/Scripts/Bash/Functions/Commons/cli_checkRepoDirTarget.sh index 9f6803d..b7930f8 100755 --- a/Scripts/Bash/Functions/Commons/cli_checkRepoDirTarget.sh +++ b/Scripts/Bash/Functions/Commons/cli_checkRepoDirTarget.sh @@ -37,7 +37,7 @@ function cli_checkRepoDirTarget { # trunk/..., the /home/centos/artwork/ part is automatically added # here. if [[ $LOCATION =~ '^(trunk|branches|tags)/.+$' ]];then - LOCATION=${CLI_WRKCOPY}/$LOCATION + LOCATION=${TCAR_WORKDIR}/$LOCATION fi # Print target location.