Skip to content

Commit

Permalink
Add missing space in codeblock (#626)
Browse files Browse the repository at this point in the history
This is a trivial change to add a space. But it was frustrating me because when copy & pasting, it causes me to try and install a package named `python3-python-etcdpercona-pgbackres`
  • Loading branch information
danfoster authored Aug 7, 2024
1 parent 3c86ee0 commit 459c428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/solutions/ha-setup-yum.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ It's not necessary to have name resolution, but it makes the whole setup more re
```{.bash data-prompt="$"}
$ sudo yum install percona-patroni \
etcd python3-python-etcd\
etcd python3-python-etcd \
percona-pgbackrest
```
Expand Down Expand Up @@ -572,4 +572,4 @@ HAProxy is capable of routing write requests to the primary node and read reques
## Next steps
[Configure pgBackRest](pgbackrest.md){.md-button}
[Configure pgBackRest](pgbackrest.md){.md-button}

0 comments on commit 459c428

Please sign in to comment.