Skip to content

Commit 7cf4e3b

Browse files
mafredripull[bot]
authored andcommitted
fix(cli/ssh): fix lint error (#7974)
1 parent 6a91dcb commit 7cf4e3b

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)