Skip to content

Commit

Permalink
Fix typo in bootstrap_plain_git.go
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Stübinger <[email protected]>
(cherry picked from commit b93d4a4)
  • Loading branch information
stuebingerb authored and github-actions[bot] committed Dec 19, 2023
1 parent 492b50e commit 0ea68fd
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 0ea68fd

Please sign in to comment.