Skip to content

Commit af35398

Browse files
authored
Merge pull request #633 from percona/patrickbirch-patch-2
Update yum-repo.md
2 parents c996386 + 9d024e5 commit af35398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/yum-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ DNF is the default package manager for RHEL 8 and newer systems. To install Perc
8181
1. If needed, If the module is listed as [e]nabled, it can cause conflicts with Percona's packages. You must reset the module to its default state before proceeding.
8282

8383
```{.bash data-prompt="$"}
84-
$ sudo dnf module reset mysql
84+
$ sudo dnf module disable mysql
8585
```
8686

8787
??? example "Expected output"

0 commit comments

Comments
 (0)