mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-10 06:57:26 +00:00
Merge pull request #7329 from kart2/uk/spell-check
fix typo maintenance of log message
This commit is contained in:
@@ -260,7 +260,7 @@ func (r *BackupRepoReconciler) getRepositoryMaintenanceFrequency(req *velerov1ap
|
||||
r.logger.WithError(err).WithField("returned frequency", frequency).Warn("Failed to get maitanance frequency, use the default one")
|
||||
frequency = defaultMaintainFrequency
|
||||
} else {
|
||||
r.logger.WithField("frequency", frequency).Info("Set matainenance according to repository suggestion")
|
||||
r.logger.WithField("frequency", frequency).Info("Set maintenance according to repository suggestion")
|
||||
}
|
||||
|
||||
return frequency
|
||||
|
||||
Reference in New Issue
Block a user