summaryrefslogtreecommitdiff
path: root/src/core/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index d161968bb3..ec7758db12 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -1385,7 +1385,7 @@ int main(int argc, char *argv[]) {
if (arg_running_as == SYSTEMD_USER &&
!getenv("XDG_RUNTIME_DIR")) {
- log_error("Trying to run as user instance, but \$XDG_RUNTIME_DIR is not set.");
+ log_error("Trying to run as user instance, but $XDG_RUNTIME_DIR is not set.");
goto finish;
}