Merge branch 'gh-attestation-cmd' of github.com:malancas/cli into gh-attestation-cmd
This commit is contained in:
commit
1a7fa8e37f
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ func getTunnelManager(tunnelProperties api.TunnelProperties, httpClient *http.Cl
|
|||
}
|
||||
|
||||
// getTunnelClient creates a tunnel client for the given tunnel.
|
||||
// The tunnel client is used to connect to the the tunnel and allows
|
||||
// The tunnel client is used to connect to the tunnel and allows
|
||||
// for ports to be forwarded locally.
|
||||
func getTunnelClient(ctx context.Context, tunnelManager *tunnels.Manager, tunnel *tunnels.Tunnel, options *tunnels.TunnelRequestOptions) (tunnelClient *TunnelClient, err error) {
|
||||
// Get the tunnel that we want to connect to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue