We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532b05b commit 16a40eeCopy full SHA for 16a40ee
pkg/usrlocal/usrlocal.go
@@ -195,7 +195,7 @@ func LibexecLima() ([]string, error) {
195
// candidate: /opt/homebrew/lib/lima
196
//
197
// Note that there is no /opt/homebrew/libexec directory,
198
- // as Homebrew preserves libexec for private use.
+ // as Homebrew reserves libexec for private use.
199
// https://github.com/lima-vm/lima/issues/4295#issuecomment-3490680651
200
candidate = filepath.Join(prefix, "lib", "lima")
201
if ents, err := os.ReadDir(candidate); err == nil && len(ents) > 0 {
0 commit comments