diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-10-18 17:35:20 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-10-18 17:35:20 +0900 |
| commit | f6f0cb56ae64a47dcb948134e19afbd241452fd9 (patch) | |
| tree | 76514137d848cd0d1bcc49f7640a0cae72e91534 /internal/app/shim.go | |
| parent | d4284c109d593fa1413a162734b3db5134c66d19 (diff) | |
internal/app/hsu: remove wrapper method
This was added to reduce the size of diffs.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/shim.go')
| -rw-r--r-- | internal/app/shim.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
