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 8162e6e commit bdc1531Copy full SHA for bdc1531
pkg/crc/preflight/preflight_checks_darwin.go
@@ -162,7 +162,10 @@ func killVfkitProcess() error {
162
func getDaemonConfig() (*launchd.AgentConfig, error) {
163
logFilePath := filepath.Join(constants.CrcBaseDir, ".launchd-crcd.log")
164
165
- env := map[string]string{"Version": version.GetCRCVersion()}
+ env := map[string]string{
166
+ "Version": version.GetCRCVersion(),
167
+ "CRC_PROVIDER": constants.Provider(),
168
+ }
169
daemonConfig := launchd.AgentConfig{
170
Label: constants.DaemonAgentLabel,
171
ExecutablePath: constants.CrcSymlinkPath,
0 commit comments