mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Fixed the Unix implementation
This commit is contained in:
parent
d02d6b5870
commit
ea3271bc0c
@ -135,7 +135,7 @@ fn get_enterprise_configuration(reg_value: &str, env_name: &str) -> Option<Strin
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// In the case of macOS or Linux, we just read the environment variable:
|
// In the case of macOS or Linux, we just read the environment variable:
|
||||||
info!(r"Detected a Unix machine, trying to read the environment variable '{}'.", env_name)
|
info!(r"Detected a Unix machine, trying to read the environment variable '{}'.", env_name);
|
||||||
env::var(env_name).ok()
|
env::var(env_name).ok()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user