1
0
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:
Nikolaos Moraitis
2018-10-15 10:51:49 +02:00
parent e2547eedcf
commit e2dd7de3d2

View File

@@ -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)
}
}