diff --git a/cmd/mal/mal.go b/cmd/mal/mal.go index 9de0b82d2..687b0bff4 100644 --- a/cmd/mal/mal.go +++ b/cmd/mal/mal.go @@ -85,7 +85,6 @@ func showError(err error) { emoji := "💣" if errors.Is(err, action.ErrMatchedCondition) { emoji = "👋" - err = errors.Unwrap(err) } fmt.Fprintf(os.Stderr, "%s %s\n", emoji, err.Error())