Skip to content

Commit

Permalink
Add tag during isDebian check family
Browse files Browse the repository at this point in the history
Signed-off-by: Salvatore Mazzarino <[email protected]>
  • Loading branch information
mazzy89 committed Sep 10, 2019
1 parent a7eb9a2 commit 9d23fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeup/pkg/distros/distribution.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (d Distribution) IsDebianFamily() bool {
return true
case DistributionCentos7, DistributionRhel7:
return false
case DistributionCoreOS, DistributionContainerOS:
case DistributionCoreOS, DistributionFlatcar, DistributionContainerOS:
return false
default:
klog.Fatalf("unknown distribution: %s", d)
Expand Down

0 comments on commit 9d23fae

Please sign in to comment.