Skip to content

Commit 4bc4e63

Browse files
authored
fix(cli/ssh): fix lint error (coder#7974)
1 parent 68ebf93 commit 4bc4e63

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
go func() {
112112
wg.Wait()
113-
logFile.Close()
113+
_ = logFile.Close()
114114
}()
115115

116116
logger = slog.Make(sloghuman.Sink(logFile))

0 commit comments

Comments
 (0)