fix: add back colon that I removed

This commit is contained in:
nobe4 2025-01-10 17:17:14 +01:00
parent 69ab0c9c85
commit 69b17272d6
No known key found for this signature in database
GPG key ID: 911FE2A36C3403DD

View file

@ -477,7 +477,7 @@ func (m *Manager) upgradeExtensions(exts []*Extension, force bool) error {
var failed bool
for _, f := range exts {
fmt.Fprintf(m.io.Out, "[%*s] ", longestExtName, f.Name())
fmt.Fprintf(m.io.Out, "[%*s]: ", longestExtName, f.Name())
currentVersion := displayExtensionVersion(f, f.CurrentVersion())
err := m.upgradeExtension(f, force)
if err != nil {