Skip to content

Commit

Permalink
Fixes for mini-lab. (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Jun 13, 2022
1 parent 3a88102 commit 1d07c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/register/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func (r *Register) readIPMIDetails() (*v1.MachineIPMI, error) {
}

r.log.Infow("ipmi details faked")
eth0Mac := ""
eth0Mac := r.network.Eth0Mac
if len(r.network.Eth0Mac) == 0 {
eth0Mac = "00:00:00:00:00:00"
}
Expand Down

0 comments on commit 1d07c8e

Please sign in to comment.