Skip to content

Commit

Permalink
😡
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed Aug 13, 2021
1 parent 9fd5c93 commit 7462c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/client_noagent.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ type Dialer struct {
}

func (c *Client) Dialer(ctx context.Context, o *api.Organization) (*Dialer, error) {
if err := c.Establish(o.Slug); err != nil {
if err := c.Establish(ctx, o.Slug); err != nil {
return nil, fmt.Errorf("dial: can't establish tunel: %s", err)
}

Expand Down

0 comments on commit 7462c12

Please sign in to comment.