mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-09-23 03:57:02 +00:00
chore: fix typo (#701)
Co-authored-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
@@ -183,7 +183,7 @@ func oneTimeBootstrap(l types.KairosLogger, c *providerConfig.Config, vpnSetupFN
|
||||
envFile = node.EnvFile()
|
||||
|
||||
if binPath == "" {
|
||||
l.Errorf("no %s binary fouund", svcName)
|
||||
l.Errorf("no %s binary found", svcName)
|
||||
return fmt.Errorf("no %s binary found", svcName)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user