mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 14:56:35 +00:00
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:
parent
a2282d02fa
commit
a41da0d4ee
1 changed files with 1 additions and 1 deletions
|
@ -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]]
|
||||||
|
|
Loading…
Reference in a new issue