Skip to content

Commit

Permalink
Issue #741 past tense needs to be used; 'disabled' (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored and praveenkumar committed Oct 21, 2019
1 parent 4f3f19d commit 42991df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crc/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func runStart(arguments []string) {
if commandResult.Status == "Running" {
output.Outln("The OpenShift cluster is running")

logging.Warn("The cluster might report a degraded or error state. This is expected since several operators have been disable to lower the resource usage. For more information, please consult the documentation")
logging.Warn("The cluster might report a degraded or error state. This is expected since several operators have been disabled to lower the resource usage. For more information, please consult the documentation")
} else {
logging.Warnf("Unexpected status of the OpenShift cluster: %s", commandResult.Status)
}
Expand Down

0 comments on commit 42991df

Please sign in to comment.