Skip to content

Commit 18a4011

Browse files
committed
Merge remote-tracking branch 'origin/main' into ci-dedup-cache
2 parents 6fcd675 + 4bc4e63 commit 18a4011

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)