Skip to content

Commit 53f509e

Browse files
committed
Update comments
1 parent d983107 commit 53f509e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,8 @@ ghe_parse_remote_version() {
463463
}
464464

465465
# In 3.11 we started to install 2 different version parallel(s)
466-
# moreutils parallel and GNU parallel. Get parallel command based on version
466+
# moreutils parallel and GNU parallel. When gnu parallel is installed,
467+
# it renames moreutils parallel to parallel.moreutils
467468
ghe_remote_parallel() {
468469
if [ -z "$GHE_REMOTE_VERSION" ]; then
469470
echo "Error: ghe_remote_version_required needs to be invoked before ghe_remote_parallel" 1>&2

0 commit comments

Comments
 (0)