We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f201382 commit d544322Copy full SHA for d544322
cli/src/commands/tunnels.rs
@@ -556,7 +556,7 @@ async fn serve_with_csa(
556
match acquire_singleton(&paths.tunnel_lockfile()).await {
557
Ok(SingletonConnection::Client(stream)) => {
558
debug!(log, "starting as client to singleton");
559
- if gateway_args.name.is_none()
+ if gateway_args.name.is_some()
560
|| !gateway_args.install_extension.is_empty()
561
|| gateway_args.tunnel.tunnel_id.is_some()
562
{
0 commit comments