diff --git a/Scripts/Bash/Functions/Prepare/prepare_updateLinks.sh b/Scripts/Bash/Functions/Prepare/prepare_updateLinks.sh index fe1e75e..d84beb2 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_updateLinks.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_updateLinks.sh @@ -53,7 +53,7 @@ function prepare_updateLinks { # Define the working copy directory structure. Here is where user # specific configuration links in the workstation will point to. - local WCDIR=$(cli_getRepoTLDir)/Identity + local WCDIR=${TCAR_WORKDIR}/trunk/Identity local WCDIR_BRUSHES=${WCDIR}/Brushes local WCDIR_PALETTES=${WCDIR}/Palettes local WCDIR_PATTERNS=${WCDIR}/Patterns