1
0

refactor: errors

This commit is contained in:
2024-02-20 11:37:19 +00:00
parent 4e92950929
commit 6036211172
6 changed files with 10 additions and 10 deletions

View File

@@ -240,7 +240,7 @@ func firstSupported(kcfg config.KernelConfig, ka config.Artifact,
}
}
err = errors.New("No supported kernel found")
err = errors.New("no supported kernel found")
return
}