From 400125e6e581f03034c4fe3fbb34ab097d58010f Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 16 2012 14:06:06 +0000 Subject: Update `Functions/Render/render.sh' file. --- diff --git a/Scripts/Bash/Functions/Render/render.sh b/Scripts/Bash/Functions/Render/render.sh index 8252085..b8c5f22 100755 --- a/Scripts/Bash/Functions/Render/render.sh +++ b/Scripts/Bash/Functions/Render/render.sh @@ -109,7 +109,7 @@ function render { # this point, changes in the repository are merged in the # working copy and changes in the working copy committed up to # repository. - svn_syncroRepoChanges + ${CLI_NAME} svn --sync ${ACTIONVAL} # Define renderable directories and the way they are produced. # To describe the way renderable directories are produced, we @@ -132,7 +132,7 @@ function render { # this point, changes in the repository are merged in the # working copy and changes in the working copy committed up to # repository. - svn_syncroRepoChanges + ${CLI_NAME} svn --sync ${ACTIONVAL} done