Skip to content

Commit c2b4d75

Browse files
committed
kube-tmux: fix error message
1 parent 5dad051 commit c2b4d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func main() {
3434
fmt.Fprintln(os.Stdout, "could not get kubeconfig")
3535
}
3636
if len(config.Contexts) == 0 {
37-
fmt.Fprintln(os.Stdout, "kubeconfig is empty context")
37+
fmt.Fprintln(os.Stdout, "kubeconfig is empty")
3838
}
3939

4040
curCtx := config.CurrentContext

0 commit comments

Comments
 (0)