Remove confusing comment

This commit is contained in:
Ciprian Hacman 2020-08-15 10:40:28 +03:00
parent e68ee80a93
commit 3f43d047dd
1 changed files with 0 additions and 1 deletions

View File

@ -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"))