From 43348c94eeb510871660f8d78ce569d477107197 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Mon, 1 Mar 2021 18:04:30 +0000 Subject: [PATCH] Fixing major issue discovered by Cheeks, the tense of language was not correct. --- packages/cli/src/hosting/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/hosting/index.js b/packages/cli/src/hosting/index.js index a3a4b4cffa..a8e77f49d7 100644 --- a/packages/cli/src/hosting/index.js +++ b/packages/cli/src/hosting/index.js @@ -149,7 +149,7 @@ const command = new Command(`${CommandWords.HOSTING}`) ) .addSubOption( "--update", - "Updates the Budibase images to the latest version.", + "Update the Budibase images to the latest version.", update )