From 4c60a0a2a1a1537998a1212d58f3b460a6284133 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 18 2011 23:21:00 +0000 Subject: Fix path to manuals in Render/render.sh. --- 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