diff --git a/internal/fetch/progress.go b/internal/fetch/progress.go index 8096e83..19fa0ef 100644 --- a/internal/fetch/progress.go +++ b/internal/fetch/progress.go @@ -188,7 +188,7 @@ func (ps *progressSpinner) Close(err error) { p.Set(core.Italic) p.WriteString(formatDuration(end.Sub(ps.start))) p.Reset() - for range 26 { + for range 20 { p.WriteString(" ") } p.WriteString("\n") @@ -226,7 +226,7 @@ func (ps *progressSpinner) renderLoop() { } func (ps *progressSpinner) render() { - const width = 30 + const width = 20 var value string var offset int