diff --git a/Scripts/Functions/cli_checkRepoDirTarget.sh b/Scripts/Functions/cli_checkRepoDirTarget.sh index 5a2b115..4f14fe1 100755 --- a/Scripts/Functions/cli_checkRepoDirTarget.sh +++ b/Scripts/Functions/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=${HOME}/artwork/$LOCATION + LOCATION=${CLI_WRKCOPY}/$LOCATION fi # Print target location.