fix(cli/ssh): fix lint error (#7974)

This commit is contained in:
Mathias Fredriksson
2023-06-12 19:17:41 +03:00
committed by GitHub
parent 68ebf93fdb
commit 4bc4e63637
+1 -1
View File
@@ -110,7 +110,7 @@ func (r *RootCmd) ssh() *clibase.Cmd {
}
go func() {
wg.Wait()
logFile.Close()
_ = logFile.Close()
}()
logger = slog.Make(sloghuman.Sink(logFile))