Skip to content

Commit 5a311b3

Browse files
ammariospikecurtis
andauthored
Update cli/ssh.go
Co-authored-by: Spike Curtis <spike@coder.com>
1 parent f17e7ce commit 5a311b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/ssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func (r *RootCmd) ssh() *clibase.Cmd {
110110
}
111111

112112
// This WaitGroup solves for a race condition where we were logging
113-
// while closing the log file in in a defer. It probably solves
113+
// while closing the log file in a defer. It probably solves
114114
// others too.
115115
//
116116
// Its position in this function is important. It must be after

0 commit comments

Comments
 (0)