Skip to content

Commit

Permalink
Update distribution to scos as this prevents scos testing
Browse files Browse the repository at this point in the history
  • Loading branch information
HuijingHei committed Jun 10, 2022
1 parent 75b7978 commit d95dc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantle/platform/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ func CheckMachine(ctx context.Context, m Machine) error {
switch string(out) {
case `fedora-coreos`:
distribution = "fcos"
case `centos-coreos`, `rhcos-`:
case `scos-coreos`, `rhcos-`:
distribution = "rhcos"
default:
return fmt.Errorf("not a supported instance: %v", string(out))
Expand Down

0 comments on commit d95dc8b

Please sign in to comment.