test
This commit is contained in:
@@ -37,5 +37,7 @@ func (this KubecltInstallData) Download() (error) {
|
||||
|
||||
///////////////
|
||||
func (this KubecltInstallData) Version(path string) (string, error) {
|
||||
return kubectl.Version(path)
|
||||
cmd := kubectl.KubectlCommand{Bin: path}
|
||||
cmd.New()
|
||||
return cmd.GetVersion()
|
||||
}
|
||||
|
Reference in New Issue
Block a user