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.
2 parents 51c588f + ac82473 commit 138de17Copy full SHA for 138de17
bin/ghe-host-check
@@ -106,7 +106,7 @@ if [ -z "$GHE_ALLOW_REPLICA_BACKUP" ]; then
106
if [ "$(ghe-ssh $host -- cat $GHE_REMOTE_ROOT_DIR/etc/github/repl-state 2>/dev/null || true)" = "replica" ]; then
107
echo "Error: high availability replica detected." 1>&2
108
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
+ echo "high availability environments to ensure consistent and reliable backups." 1>&2
110
exit 1
111
fi
112
0 commit comments