1
0
mirror of https://github.com/minio/mc.git synced 2025-07-28 20:01:58 +03:00

update to newer libraries (#4464)

This commit is contained in:
Harshavardhana
2023-02-02 22:27:14 +05:30
committed by GitHub
parent 04ba6633f3
commit 2679713ec4
14 changed files with 1132 additions and 412 deletions

View File

@ -123,7 +123,7 @@ func mainAdminSpeedTestObject(ctx *cli.Context, aliasedURL string, outCh chan<-
p := tea.NewProgram(initSpeedTestUI())
go func() {
if e := p.Start(); e != nil {
if _, e := p.Run(); e != nil {
os.Exit(1)
}
close(done)