From 5e0bf42061f1a7f29940e8634facbf8186a1e86c Mon Sep 17 00:00:00 2001 From: xrstf Date: Mon, 25 Jul 2022 15:53:38 +0200 Subject: [PATCH] fix default prefix --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 385b3d8..9e23c76 100644 --- a/main.go +++ b/main.go @@ -40,7 +40,7 @@ type options struct { func main() { rootCtx := context.Background() opt := options{ - streamPrefix: "[%pn/%pN:%c] >>", + streamPrefix: "[%pN/%pn:%c] >>", } pflag.StringVar(&opt.kubeconfig, "kubeconfig", opt.kubeconfig, "kubeconfig file to use (uses $KUBECONFIG by default)")