Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fmt
  • Loading branch information
f0ssel committed Jul 26, 2021
commit 55407793c9917f6e9a11893e6125eded1fe26491
2 changes: 1 addition & 1 deletion internal/cmd/tunnel.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (c *tunnneler) start(ctx context.Context) error {
_ = sdk.UpdateLastConnectionAt(ctx, c.workspaceID)
}
}
} ()
}()

// proxy via stdio
if c.stdio {
Expand Down