From 01068cc06e3699213ec21a812d9c4e4e9ac94d27 Mon Sep 17 00:00:00 2001 From: c-bata Date: Sun, 24 Jun 2018 18:21:43 +0900 Subject: [PATCH] Fix period duplication --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5352ab8..e47cdf5 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ var ( func main() { fmt.Printf("kube-prompt %s (rev-%s)\n", version, revision) - fmt.Println("Please use `exit` or `Ctrl-D` to exit this program..") + fmt.Println("Please use `exit` or `Ctrl-D` to exit this program.") defer fmt.Println("Bye!") p := prompt.New( kube.Executor,