Simplify successfully migrated message
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
0ca1ce9a6a
commit
562e40ba2e
@ -115,7 +115,7 @@ func (m *Migrator) Run(ctx context.Context, targetVersion string, names []string
|
||||
return false, err
|
||||
}
|
||||
|
||||
fmt.Fprintln(m.Out, "Successfully migrated all cert-manager resource types. It is now safe to proceed to upgrade to cert-manager v1.7.")
|
||||
fmt.Fprintln(m.Out, "Successfully migrated all cert-manager resource types. It is now safe to upgrade to cert-manager v1.7.")
|
||||
return true, nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user