From b436c99f60badf67dbc3a96b67665f73b6898f53 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Sun, 18 Dec 2022 20:09:53 +0100 Subject: [PATCH] output error prefix --- cmd/install-utils/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/install-utils/main.go b/cmd/install-utils/main.go index 69af0df..7f81f6e 100644 --- a/cmd/install-utils/main.go +++ b/cmd/install-utils/main.go @@ -30,7 +30,7 @@ func main() { "version", version, "commit", commit, ) - out := output.New(logger, "install-utils") + out := output.New(logger, "install-utils ERROR") if len(os.Args) < 2 { out.ErrorWOErr("ERROR: Not enough arguments\n")