Skip to content

Commit

Permalink
Fix 'troubleshooting' typo
Browse files Browse the repository at this point in the history
I noticed this while reading CI logs.
  • Loading branch information
cgwalters committed Nov 11, 2020
1 parent 8b21f01 commit 7e2e232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/openshift-install/create.go
Expand Up @@ -508,7 +508,7 @@ func waitForInstallComplete(ctx context.Context, config *rest.Config, directory

func logTroubleshootingLink() {
logrus.Error(`Cluster initialization failed because one or more operators are not functioning properly.
The cluster should be accessible for troublsehooting as detailed in the documentation linked below,
The cluster should be accessible for troubleshooting as detailed in the documentation linked below,
https://docs.openshift.com/container-platform/latest/support/troubleshooting/troubleshooting-installations.html
The 'wait-for install-complete' subcommand can then be used to continue the installation`)
}

0 comments on commit 7e2e232

Please sign in to comment.