Skip to content

Commit

Permalink
fix default prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Jul 25, 2022
1 parent 0f3598b commit 5e0bf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)")
Expand Down

0 comments on commit 5e0bf42

Please sign in to comment.