Skip to content

Commit

Permalink
⚙️ Adapt to edgevpn bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Apr 24, 2022
1 parent 2155b69 commit 828d94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func bridge(c *cli.Context) error {
return err
}

go api.API(ctx, c.String("api"), 5*time.Second, 20*time.Second, e, false)
go api.API(ctx, c.String("api"), 5*time.Second, 20*time.Second, e, nil, false)

return e.Start(ctx)
}

0 comments on commit 828d94b

Please sign in to comment.