mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Fix substitution in code block
This commit is contained in:
parent
a2d54f5495
commit
71f50ab1df
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ $ remove-retired-packages
|
|||
|
||||
If you upgrade across two releases (e.g. Fedora {PREVPREVVER} to {MAJOROSVER}), you must supply the old release version to `remove-retired-packages`:
|
||||
|
||||
[source,bash]
|
||||
[source,bash,subs="attributes"]
|
||||
----
|
||||
$ sudo dnf install remove-retired-packages
|
||||
$ remove-retired-packages {PREVPREVVER}
|
||||
|
|
Loading…
Reference in a new issue