From 3716c3907b41866603f986ab4a2a3871c26497c5 Mon Sep 17 00:00:00 2001 From: Todd Rinaldo Date: Tue, 16 Jan 2024 08:25:09 +0000 Subject: [PATCH] Fix conjugation of to be verb in blocker message Fixes #320 --- elevate-cpanel | 2 +- lib/Elevate/Blockers.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elevate-cpanel b/elevate-cpanel index 3a4fe6f4..b3163b00 100755 --- a/elevate-cpanel +++ b/elevate-cpanel @@ -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 diff --git a/lib/Elevate/Blockers.pm b/lib/Elevate/Blockers.pm index 132ca073..96d2d5b0 100644 --- a/lib/Elevate/Blockers.pm +++ b/lib/Elevate/Blockers.pm @@ -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