Skip to content

Commit

Permalink
fix(macOS): can't set system proxy correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
igoogolx committed Nov 13, 2023
1 parent dd05b40 commit 92de633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/executor/sys_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ func (c *SystemProxyClient) Start() error {
if err != nil {
return err
}
helperFullPath := "sysproxy-cmd"
err = sysproxy.EnsureHelperToolPresent(helperFullPath, "Input your password and save the world!", "")
helperFullPath := "sysproxy"
err = sysproxy.EnsureHelperToolPresent(helperFullPath, "Input your password to set system proxy!", "")
if err != nil {
return err
}
Expand Down

0 comments on commit 92de633

Please sign in to comment.