From 0ea68fd43b82722ad692628c3352967259de7e7f Mon Sep 17 00:00:00 2001 From: "Stuebinger, Bernd" <41049452+stuebingerb@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:31:47 +0100 Subject: [PATCH] Fix typo in bootstrap_plain_git.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernd Stübinger <41049452+stuebingerb@users.noreply.github.com> (cherry picked from commit b93d4a4a17ae21e59d00604a18d6b0afb3aa7846) --- pkg/bootstrap/bootstrap_plain_git.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/bootstrap/bootstrap_plain_git.go b/pkg/bootstrap/bootstrap_plain_git.go index 51a9d2dd45..ceb503bc93 100644 --- a/pkg/bootstrap/bootstrap_plain_git.go +++ b/pkg/bootstrap/bootstrap_plain_git.go @@ -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 {