mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
fix(desktop): correct NO_PROXY syntax
This commit is contained in:
parent
224b2c37d7
commit
b776ba6b76
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ fn configure_display_backend() -> Option<String> {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
unsafe { std::env::set_var("NO_PROXY", "no_proxy=127.0.0.1,localhost,::1") };
|
||||
unsafe { std::env::set_var("NO_PROXY", "127.0.0.1,localhost,::1") };
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue