| commit | 73e9882a907654dbecfb55ea0f30030e0fedbb1e | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Thu Apr 18 23:13:49 2024 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Wed Apr 24 22:29:11 2024 +0000 |
| tree | b69ef493fcdf76614ed82d64f1a9ec8c79bb0375 | |
| parent | 07541ae311e9477cf1e5a20af82a81ee77840afe [diff] [blame] |
treewide: cleanup error string formatting Change-Id: I9012ba58dded916984468219b214200144a439b9 Reviewed-on: https://review.monogon.dev/c/monogon/+/3023 Reviewed-by: Serge Bazanski <serge@monogon.tech> Vouch-Run-CI: Tim Windelschmidt <tim@monogon.tech> Tested-by: Jenkins CI
diff --git a/metropolis/cli/metroctl/core/install.go b/metropolis/cli/metroctl/core/install.go index 31b7328..223e773 100644 --- a/metropolis/cli/metroctl/core/install.go +++ b/metropolis/cli/metroctl/core/install.go
@@ -34,7 +34,7 @@ // with a bundle and/or Node Parameters. func MakeInstallerImage(args MakeInstallerImageArgs) error { if args.Installer == nil { - return errors.New("Installer is mandatory") + return errors.New("installer is mandatory") } espRoot := fat32.Inode{Attrs: fat32.AttrDirectory}