mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-09-21 10:57:26 +00:00
Revert FindCommand changes
This function is not specific for k3s hence also not for k0s Signed-off-by: Mauro Morales <contact@mauromorales.com>
This commit is contained in:
@@ -120,10 +120,6 @@ func FindCommand(def string, options []string) string {
|
|||||||
return path
|
return path
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Additional check for K0s binary
|
|
||||||
if def == "k0s" {
|
|
||||||
return K0sBin()
|
|
||||||
}
|
|
||||||
|
|
||||||
// Otherwise return default
|
// Otherwise return default
|
||||||
return def
|
return def
|
||||||
|
Reference in New Issue
Block a user