Skip to content

Commit

Permalink
Merge pull request openshift#463 from droslean/fix-typo
Browse files Browse the repository at this point in the history
cmd/openshift-install: Fix "intall" -> "install" typo
  • Loading branch information
openshift-merge-robot authored Oct 15, 2018
2 parents 4ff5c80 + e2dd7de commit 89e130e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/openshift-install/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

Expand Down

0 comments on commit 89e130e

Please sign in to comment.