fix: add back colon that I removed
This commit is contained in:
parent
69ab0c9c85
commit
69b17272d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue