mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
Append newline to the "deleted context ... " and "deleted cluster ..." message
This commit is contained in:
@@ -67,7 +67,7 @@ func runDeleteContext(out io.Writer, configAccess clientcmd.ConfigAccess, cmd *c
|
||||
return err
|
||||
}
|
||||
|
||||
fmt.Fprintf(out, "deleted context %s from %s", name, configFile)
|
||||
fmt.Fprintf(out, "deleted context %s from %s\n", name, configFile)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user