From eb22a8bcc1ac03357d4073e5d3ed6d0ab5246a37 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 2 Jul 2025 20:42:51 +0900 Subject: cmd/hakurei: move to cmd Having it at the project root never made sense since the "ego" name was deprecated. This change finally addresses it. Signed-off-by: Ophestra --- dbus/dbus_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus') diff --git a/dbus/dbus_test.go b/dbus/dbus_test.go index 77a3e4f6..8965e0f4 100644 --- a/dbus/dbus_test.go +++ b/dbus/dbus_test.go @@ -209,5 +209,5 @@ func TestHelperInit(t *testing.T) { return } sandbox.SetOutput(hlog.Output{}) - sandbox.Init(hlog.Prepare, internal.InstallFmsg) + sandbox.Init(hlog.Prepare, internal.InstallOutput) } -- cgit v1.3.1