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

This commit is contained in:
mike12345567 2021-03-01 18:04:30 +00:00
parent 735a17c363
commit e1ecbe27f4
1 changed files with 1 additions and 1 deletions

View File

@ -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
) )