--- pkg/usrlocalsharelima/usrlocalsharelima.go.orig	2025-08-23 19:38:51
+++ pkg/usrlocalsharelima/usrlocalsharelima.go	2025-08-23 19:40:43
@@ -138,7 +138,7 @@
 	res, err := chooseGABinary([]string{comp, uncomp})
 	if err != nil {
 		logrus.Debug(err)
-		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)
 	}
 	return res, nil
 }
