File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
share/github-backup-utils Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ port=$(ssh_port_part "$host")
53
53
hostname=$( ssh_host_part " $host " )
54
54
55
55
set +e
56
- # ghe-negotiate-version verifies if the target is a Github Enterprise Server instance
56
+ # ghe-negotiate-version verifies if the target is a GitHub Enterprise Server instance
57
57
output=$( echo " ghe-negotiate-version backup-utils $BACKUP_UTILS_VERSION " | ghe-ssh -o BatchMode=no $options $host -- /bin/sh 2>&1 )
58
58
rc=$?
59
59
set -e
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ ssh_host_part() {
335
335
# rsync commands.
336
336
ssh_port_part () {
337
337
if [ " ${1##*: } " != " $1 " ] && [ " ${1##*: } " -ne " 122" ]; then
338
- echo " Error: SSH port has to be 122 connecting to Github Enterprise Server, current value is ${1##*: } for $1 ." 1>&2
338
+ echo " Error: SSH port has to be 122 connecting to GitHub Enterprise Server, current value is ${1##*: } for $1 ." 1>&2
339
339
exit 1
340
340
fi
341
341
You can’t perform that action at this time.
0 commit comments