aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/system/dbus.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/system/dbus.go')
-rw-r--r--internal/system/dbus.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/system/dbus.go b/internal/system/dbus.go
index b9021b81..8e2a7ec7 100644
--- a/internal/system/dbus.go
+++ b/internal/system/dbus.go
@@ -13,7 +13,7 @@ import (
"hakurei.app/container"
"hakurei.app/hst"
- "hakurei.app/internal/system/dbus"
+ "hakurei.app/internal/dbus"
)
// ErrDBusConfig is returned when a required [hst.BusConfig] argument is nil.