Skip to content

Commit 138de17

Browse files
authored
Merge pull request #486 from github/ce-typo
Fixes a slight typo in ghe-host-check
2 parents 51c588f + ac82473 commit 138de17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ghe-host-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ if [ -z "$GHE_ALLOW_REPLICA_BACKUP" ]; then
106106
if [ "$(ghe-ssh $host -- cat $GHE_REMOTE_ROOT_DIR/etc/github/repl-state 2>/dev/null || true)" = "replica" ]; then
107107
echo "Error: high availability replica detected." 1>&2
108108
echo "Backup Utilities should be used to backup from the primary node in" 1>&2
109-
echo "high availability environments to ensure consistent and repliable backups." 1>&2
109+
echo "high availability environments to ensure consistent and reliable backups." 1>&2
110110
exit 1
111111
fi
112112
fi

0 commit comments

Comments
 (0)