1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

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 9b33bbdb3a
commit 43348c94ee

View file

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