From f6f0cb56ae64a47dcb948134e19afbd241452fd9 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 18 Oct 2025 17:35:20 +0900 Subject: internal/app/hsu: remove wrapper method This was added to reduce the size of diffs. Signed-off-by: Ophestra --- internal/app/shim.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/app/shim.go') diff --git a/internal/app/shim.go b/internal/app/shim.go index 69028165..6be45746 100644 --- a/internal/app/shim.go +++ b/internal/app/shim.go @@ -36,7 +36,7 @@ type shimParams struct { // Limits are enforced on the priv side. WaitDelay time.Duration - // Verbosity pass through from [container.Msg]. + // Verbosity pass through from [message.Msg]. Verbose bool // Outcome setup ops, contains setup state. Populated by outcome.finalise. -- cgit v1.3.1