Skip to content

Commit

Permalink
Merge pull request #351 from cpanel/issue320
Browse files Browse the repository at this point in the history
Fix conjugation of to be verb in blocker message
  • Loading branch information
toddr authored Jan 16, 2024
2 parents 8e521a5 + 3716c39 commit c6f2770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elevate-cpanel
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ BEGIN { # Suppress load of all of these at earliest point.
$cmd = "$cmd --upgrade-to=$flavor";
}
INFO( <<~"EOS" );
There is no known blockers to start the elevation process.
There are no known blockers to start the elevation process.
You can consider running:
$cmd
EOS
Expand Down
2 changes: 1 addition & 1 deletion lib/Elevate/Blockers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ sub check ($self) { # do_check - main entry point
$cmd = "$cmd --upgrade-to=$flavor";
}
INFO( <<~"EOS" );
There is no known blockers to start the elevation process.
There are no known blockers to start the elevation process.
You can consider running:
$cmd
EOS
Expand Down

0 comments on commit c6f2770

Please sign in to comment.