summaryrefslogtreecommitdiffstats
path: root/src/basic/verbs.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/basic/verbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/verbs.c b/src/basic/verbs.c
index 34c7708080..f68c2bae08 100644
--- a/src/basic/verbs.c
+++ b/src/basic/verbs.c
@@ -23,7 +23,7 @@ bool running_in_chroot_or_offline(void) {
/* Added to support use cases like rpm-ostree, where from %post scripts we only want to execute "preset", but
* not "start"/"restart" for example.
*
- * See doc/ENVIRONMENT.md for docs.
+ * See docs/ENVIRONMENT.md for docs.
*/
r = getenv_bool("SYSTEMD_OFFLINE");
if (r < 0 && r != -ENXIO)