Skip to content

Commit

Permalink
Merge pull request #4503 from fluxcd/backport-4499-to-release/v2.2.x
Browse files Browse the repository at this point in the history
[release/v2.2.x] Fix typo in Git bootstrap
  • Loading branch information
hiddeco authored Dec 19, 2023
2 parents 492b50e + 0ea68fd commit bba9e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bootstrap/bootstrap_plain_git.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bba9e09

Please sign in to comment.