Fix typo in bootstrap_plain_git.go
Signed-off-by: Bernd Stübinger <41049452+stuebingerb@users.noreply.github.com>
(cherry picked from commit b93d4a4a17)
This commit is contained in:
committed by
github-actions[bot]
parent
492b50e4f0
commit
0ea68fd43b
@@ -454,7 +454,7 @@ func (b *PlainGitBootstrapper) ReportGitRepoHealth(ctx context.Context, options
|
|||||||
b.logger.Failuref(err.Error())
|
b.logger.Failuref(err.Error())
|
||||||
return fmt.Errorf("error while waiting for GitRepository to be ready: '%s'", err)
|
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
|
return nil
|
||||||
}
|
}
|
||||||
func (b *PlainGitBootstrapper) ReportComponentsHealth(ctx context.Context, install install.Options, timeout time.Duration) error {
|
func (b *PlainGitBootstrapper) ReportComponentsHealth(ctx context.Context, install install.Options, timeout time.Duration) error {
|
||||||
|
|||||||
Reference in New Issue
Block a user