diff --git a/Scripts/Functions/cli_updateRepoChanges.sh b/Scripts/Functions/cli_updateRepoChanges.sh index 84c953e..5b82bcb 100644 --- a/Scripts/Functions/cli_updateRepoChanges.sh +++ b/Scripts/Functions/cli_updateRepoChanges.sh @@ -51,8 +51,7 @@ function cli_updateRepoChanges { # Verify locations existence. It shoud exist as regular file or # directory inside the repository working copy. - cli_checkFiles "$LOCATIONS" 'fd' - cli_checkFiles "$LOCATIONS" 'isInWorkingCopy' + cli_checkFiles "$LOCATIONS" --working-copy # Update working copy and retrive update output. cli_printMessage "`gettext "Bringing changes from the repository into the working copy"`" --as-banner-line