chore: fix typo (#701)

Co-authored-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
rubyisrust
2025-04-22 23:09:36 +09:00
committed by GitHub
parent c9c4aacf29
commit f2621bcfcf

View File

@@ -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)
}