Browse Source

Fixing major issue discovered by Cheeks, the tense of language was not correct.

pull/1214/head
mike12345567 5 years ago
parent
commit
e1ecbe27f4
  1. 2
      packages/cli/src/hosting/index.js

2
packages/cli/src/hosting/index.js

@ -149,7 +149,7 @@ const command = new Command(`${CommandWords.HOSTING}`)
) )
.addSubOption( .addSubOption(
"--update", "--update",
"Updates the Budibase images to the latest version.", "Update the Budibase images to the latest version.",
update update
) )

Loading…
Cancel
Save