diff --git a/Scripts/Bash/Functions/Prepare/prepare_updateImages.sh b/Scripts/Bash/Functions/Prepare/prepare_updateImages.sh index 7d32630..0eeaa8e 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_updateImages.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_updateImages.sh @@ -50,6 +50,6 @@ function prepare_updateImages { $(echo "$DIRS" | grep -v 'trunk/Identity/Images/Brands')" # Render image components using the list of directories. - ${CLI_BASEDIR}/${CLI_NAME}.sh render ${DIRS} --with-brands + cli_runFunEnvironment render ${DIRS} --with-brands }