aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome/shim.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/outcome/shim.go')
-rw-r--r--internal/outcome/shim.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/outcome/shim.go b/internal/outcome/shim.go
index c4cae091..48ff756f 100644
--- a/internal/outcome/shim.go
+++ b/internal/outcome/shim.go
@@ -78,7 +78,7 @@ const shimName = "shim"
// Shim does not return.
func Shim(msg message.Msg) {
if msg == nil {
- msg = message.NewMsg(log.Default())
+ msg = message.New(log.Default())
}
shimEntrypoint(direct{msg})
}