Skip to content

Commit ad29cdf

Browse files
committed
use DD proxy when available, also from WSL
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
1 parent cf41b0d commit ad29cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/remote/transport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func NewTransport(ctx context.Context) http.RoundTripper {
2929
if err != nil {
3030
return transport
3131
}
32-
if running, ok := desktopRunning.(bool); ok && running && !desktop.IsWSL() {
32+
if running, ok := desktopRunning.(bool); ok && running {
3333
transport.Proxy = http.ProxyURL(&url.URL{
3434
Scheme: "http",
3535
})

0 commit comments

Comments
 (0)