pull/16789/head
Steven Powell 2023-06-28 14:30:18 -07:00
parent 86dbac0bed
commit 233e5b6d6c
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ func (d *Driver) Start() error {
klog.Errorf("failed unblocking bootpd from firewall: %v", unblockErr)
exit.Error(reason.IfBootpdFirewall, "ip not found", err)
}
out.Styled(style.Restarting, "Sucessfully unblocked bootpd process from firewall, retrying")
out.Styled(style.Restarting, "Successfully unblocked bootpd process from firewall, retrying")
return fmt.Errorf("ip not found: %v", err)
}