mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
cmd/openshift-install:Fix "intall"->"install" typo
This commit is contained in:
@@ -31,7 +31,7 @@ func main() {
|
||||
|
||||
if err := rootCmd.Execute(); err != nil {
|
||||
cause := errors.Cause(err)
|
||||
logrus.Fatalf("Error executing openshift-intall: %v", cause)
|
||||
logrus.Fatalf("Error executing openshift-install: %v", cause)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user