Skip to content

Commit

Permalink
fix: set missing target attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiebens committed Sep 22, 2022
1 parent 7f96434 commit 05e05c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func createClient(proxy, caFile string, insecureSkipVerify bool, noBrowser, show

c := &Client{
httpClient: resty.NewWithClient(client),
target: targetBaseUrl,
dialer: websocketDialer,
noBrowser: noBrowser,
showQR: showQR,
Expand Down

0 comments on commit 05e05c8

Please sign in to comment.