Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Fix typo in document #973

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/topology-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Some servers are better candidate for promotion in the event of failovers. Some
You will announce your preference for a given server to `orchestrator` in the following way:

```
orchestrator -c register-candidate -i ${::fqdn} --promotion-rule ${promotion_rule}
orchestrator-client -c register-candidate -i ${::fqdn} --promotion-rule ${promotion_rule}
```

Supported promotion rules are:
Expand Down