Skip to content

Commit

Permalink
cmd/openshift-install:Fix "intall"->"install" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
droslean committed Oct 15, 2018
1 parent e2547ee commit e2dd7de
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 e2dd7de

Please sign in to comment.