mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix(cli/ssh): fix lint error (#7974)
This commit is contained in:
committed by
GitHub
parent
68ebf93fdb
commit
4bc4e63637
+1
-1
@@ -110,7 +110,7 @@ func (r *RootCmd) ssh() *clibase.Cmd {
|
||||
}
|
||||
go func() {
|
||||
wg.Wait()
|
||||
logFile.Close()
|
||||
_ = logFile.Close()
|
||||
}()
|
||||
|
||||
logger = slog.Make(sloghuman.Sink(logFile))
|
||||
|
||||
Reference in New Issue
Block a user