Merge pull request #4503 from fluxcd/backport-4499-to-release/v2.2.x

[release/v2.2.x] Fix typo in Git bootstrap
This commit is contained in:
Hidde Beydals 2023-12-19 17:59:34 +01:00 committed by GitHub
commit bba9e0952d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -454,7 +454,7 @@ func (b *PlainGitBootstrapper) ReportGitRepoHealth(ctx context.Context, options
b.logger.Failuref(err.Error())
return fmt.Errorf("error while waiting for GitRepository to be ready: '%s'", err)
}
b.logger.Successf("GitRepsoitory reconciled successfully")
b.logger.Successf("GitRepository reconciled successfully")
return nil
}
func (b *PlainGitBootstrapper) ReportComponentsHealth(ctx context.Context, install install.Options, timeout time.Duration) error {