We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d983107 commit 53f509eCopy full SHA for 53f509e
share/github-backup-utils/ghe-backup-config
@@ -463,7 +463,8 @@ ghe_parse_remote_version() {
463
}
464
465
# In 3.11 we started to install 2 different version parallel(s)
466
-# moreutils parallel and GNU parallel. Get parallel command based on version
+# moreutils parallel and GNU parallel. When gnu parallel is installed,
467
+# it renames moreutils parallel to parallel.moreutils
468
ghe_remote_parallel() {
469
if [ -z "$GHE_REMOTE_VERSION" ]; then
470
echo "Error: ghe_remote_version_required needs to be invoked before ghe_remote_parallel" 1>&2
0 commit comments