Skip to content

Commit 4109b5f

Browse files
committed
spelling: github
Signed-off-by: Josh Soref <[email protected]>
1 parent f2e8ca9 commit 4109b5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/ghe-host-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ port=$(ssh_port_part "$host")
5353
hostname=$(ssh_host_part "$host")
5454

5555
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
5757
output=$(echo "ghe-negotiate-version backup-utils $BACKUP_UTILS_VERSION" | ghe-ssh -o BatchMode=no $options $host -- /bin/sh 2>&1)
5858
rc=$?
5959
set -e

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ ssh_host_part() {
335335
# rsync commands.
336336
ssh_port_part() {
337337
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
339339
exit 1
340340
fi
341341

0 commit comments

Comments
 (0)