Commit 851ca79c authored by Manjunath A Kumatagi's avatar Manjunath A Kumatagi

Fix SIGSEGV fault

parent 4a69e0c7
......@@ -87,7 +87,8 @@ func main() {
func start(c *cobra.Command, args []string) {
clientset, err := kube.New(nil).ClientSet()
if err != nil {
fmt.Fprintf(os.Stderr, "Cannot initialize Kubernetes connection: %s", err)
fmt.Fprintf(os.Stderr, "Cannot initialize Kubernetes connection: %s\n", err)
os.Exit(1)
}
switch store {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment