Skip to content

Commit ae4a194

Browse files
slight typo
1 parent cb78f08 commit ae4a194

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)