Unverified Commit a968f526 authored by Carlos Mendible's avatar Carlos Mendible Committed by GitHub

Added missing quote

Added missing quote cause uncommenting the line to to load all auth plugins resulted in a syntax error.
parent 0c2613c7
......@@ -30,7 +30,7 @@ import (
"k8s.io/client-go/tools/clientcmd"
//
// Uncomment to load all auth plugins
// _ "k8s.io/client-go/plugin/pkg/client/auth
// _ "k8s.io/client-go/plugin/pkg/client/auth"
//
// Or uncomment to load specific auth plugins
// _ "k8s.io/client-go/plugin/pkg/client/auth/azure"
......
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