Files

12 lines
590 B
Diff
Raw Permalink Normal View History

2026-03-18 00:39:54 -04:00
--- pkg/usrlocal/usrlocal.go.orig 2026-03-18 20:33:34
+++ pkg/usrlocal/usrlocal.go 2026-03-18 20:33:50
2025-11-08 09:31:58 +01:00
@@ -153,7 +153,7 @@
// caller expects err to be comparable to fs.ErrNotExist
err = fs.ErrNotExist
}
- return "", fmt.Errorf("guest agent binary could not be found for %s-%s: %w (Hint: try installing `lima-additional-guestagents` package)", ostype, arch, err)
+ return "", fmt.Errorf("guest agent binary could not be found for %s-%s: %w (Hint: try installing variant `+additional_guestagents`)", ostype, arch, err)
}
func chooseGABinary(candidates []string) (string, error) {