forked from toolshed/abra
chore: add missing i18n on --latest [ci skip]
This commit is contained in:
@ -367,8 +367,8 @@ func init() {
|
|||||||
|
|
||||||
AppDeployCommand.PersistentFlags().BoolVarP(
|
AppDeployCommand.PersistentFlags().BoolVarP(
|
||||||
&internal.DeployLatest,
|
&internal.DeployLatest,
|
||||||
"latest",
|
i18n.G("latest"),
|
||||||
"l",
|
i18n.G("l"),
|
||||||
false,
|
false,
|
||||||
i18n.G("deploy latest recipe version"),
|
i18n.G("deploy latest recipe version"),
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user