fix typos in kubectl pkg

This commit is contained in:
Anish Ramasekar
2017-12-13 01:46:06 +05:30
parent dc44a3174c
commit c322f1d065
3 changed files with 3 additions and 3 deletions

View File

@@ -135,7 +135,7 @@ func printService(out io.Writer, name, link string) {
ct.ChangeColor(ct.Green, false, ct.None, false)
fmt.Fprint(out, name)
ct.ResetColor()
fmt.Fprintf(out, " is running at ")
fmt.Fprint(out, " is running at ")
ct.ChangeColor(ct.Yellow, false, ct.None, false)
fmt.Fprint(out, link)
ct.ResetColor()