autoupdates.adoc: add quotes to prevent globbing

Without the single quotes, the command may not work depending on the files in the current directory.
This commit is contained in:
Osama Albahrani 2023-11-08 01:38:46 +00:00
parent a2282d02fa
commit a41da0d4ee

View file

@ -77,7 +77,7 @@ Check status of `dnf-automatic`:
[source,bash] [source,bash]
---- ----
systemctl list-timers dnf-* systemctl list-timers 'dnf-*'
---- ----
[[changes-as-of-fedora-26]] [[changes-as-of-fedora-26]]