diff --git a/Scripts/Functions/Render/render.sh b/Scripts/Functions/Render/render.sh index 3838c3c..e1cfe54 100644 --- a/Scripts/Functions/Render/render.sh +++ b/Scripts/Functions/Render/render.sh @@ -97,7 +97,7 @@ function render { ACTIONNAM="${FUNCNAME}_doThemeActions" elif [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Identity/Images" ]];then ACTIONNAM="${FUNCNAME}_doBaseActions" - elif [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Manual" ]];then + elif [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Manuals" ]];then ACTIONNAM="${FUNCNAME}_doBaseActions" else cli_printMessage "`gettext "The path provided do not support rendition."`" --as-error-line