mirror of https://github.com/kubernetes/kops.git
Remove confusing comment
This commit is contained in:
parent
e68ee80a93
commit
3f43d047dd
|
@ -27,7 +27,6 @@ import (
|
|||
)
|
||||
|
||||
// FindDistribution identifies the distribution on which we are running
|
||||
// We will likely remove this when everything is containerized
|
||||
func FindDistribution(rootfs string) (Distribution, error) {
|
||||
// Ubuntu has /etc/lsb-release (and /etc/debian_version)
|
||||
lsbRelease, err := ioutil.ReadFile(path.Join(rootfs, "etc/lsb-release"))
|
||||
|
|
Loading…
Reference in New Issue