Fixing major issue discovered by Cheeks, the tense of language was not correct.
This commit is contained in:
parent
735a17c363
commit
e1ecbe27f4
|
@ -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…
Reference in New Issue