Skip to content
Merged
Changes from all commits
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
fix(cli/ssh): Fix lint error
  • Loading branch information
mafredri committed Jun 12, 2023
commit 67643509c28f5dcf73cdaa4030aca2849a98ba59
2 changes: 1 addition & 1 deletion cli/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (r *RootCmd) ssh() *clibase.Cmd {
}
go func() {
wg.Wait()
logFile.Close()
_ = logFile.Close()
}()

logger = slog.Make(sloghuman.Sink(logFile))
Expand Down