From 688e8871452ed9c71880231bf9112b9dd4b00f46 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 29 2012 20:28:14 +0000 Subject: Update `Functions/Tuneup/tuneup.sh' file. --- diff --git a/Scripts/Bash/Functions/Tuneup/tuneup.sh b/Scripts/Bash/Functions/Tuneup/tuneup.sh index 8dd994a..e9a9ac5 100755 --- a/Scripts/Bash/Functions/Tuneup/tuneup.sh +++ b/Scripts/Bash/Functions/Tuneup/tuneup.sh @@ -69,7 +69,7 @@ function tuneup { # this point, changes in the repository are merged in the # working copy and changes in the working copy committed up to # repository. - cli_commitRepoChanges ${ACTIONVAL} + cli_syncronizeRepoChanges ${ACTIONVAL} # Execute action name. ${ACTIONNAM} @@ -78,7 +78,7 @@ function tuneup { # this point, changes in the repository are merged in the # working copy and changes in the working copy committed up to # repository. - cli_commitRepoChanges ${ACTIONVAL} + cli_syncronizeRepoChanges ${ACTIONVAL} done