diff --git a/Scripts/Functions/Prepare/prepare_doLinksSuffixes.sh b/Scripts/Functions/Prepare/prepare_doLinksSuffixes.sh index 3b3c10d..3ead841 100755 --- a/Scripts/Functions/Prepare/prepare_doLinksSuffixes.sh +++ b/Scripts/Functions/Prepare/prepare_doLinksSuffixes.sh @@ -30,7 +30,7 @@ function prepare_doLinksSuffixes { local SUFFIX='centos-' if [[ "$FILE" =~ "$(cli_getPathComponent --theme-pattern)" ]];then - SUFFIX="${SUFFIX}$(cli_getRepoName "$(cli_getPathComponent $FILE --theme-name)" 'f')-" + SUFFIX="${SUFFIX}$(cli_getRepoName $(cli_getPathComponent $FILE --theme-name) -f)-" SUFFIX="${SUFFIX}$(cli_getPathComponent $FILE --theme-release)-" fi