Skip to content

Commit 31074bf

Browse files
authored
Update ghe-backup-config
1 parent 4ea5ece commit 31074bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-backup-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ ghe_parse_remote_version() {
466466
# moreutils parallel and GNU parallel. Get parallel command based on version
467467
ghe_remote_parallel() {
468468
if [ -z "$GHE_REMOTE_VERSION" ]; then
469-
ecbk "Error: ghe_remote_version_required needs to be invoked before ghe_remote_parallel" 1>&2
469+
echo "Error: ghe_remote_version_required needs to be invoked before ghe_remote_parallel" 1>&2
470470
exit 1
471471
fi
472472

0 commit comments

Comments
 (0)