mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
590 B
Diff
12 lines
590 B
Diff
--- pkg/usrlocal/usrlocal.go.orig 2026-03-18 20:33:34
|
|
+++ pkg/usrlocal/usrlocal.go 2026-03-18 20:33:50
|
|
@@ -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) {
|