From adfeb91d33b1cfba4b385a3447c1467b09e987f8 Mon Sep 17 00:00:00 2001 From: Davor Gajic Date: Thu, 15 Aug 2024 10:20:16 +0200 Subject: [PATCH] fix the update command with the language --- update/application.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/application.go b/update/application.go index e51ecff..e3a8f9f 100644 --- a/update/application.go +++ b/update/application.go @@ -38,7 +38,7 @@ type applicationCmd struct { GitInformationServiceURL string `help:"URL of the git information service." default:"https://git-info.deplo.io" env:"GIT_INFORMATION_SERVICE_URL" hidden:""` SkipRepoAccessCheck bool `help:"Skip the git repository access check" default:"false"` Debug bool `help:"Enable debug messages" default:"false"` - Language *string `help:"${app_language_help} Possible values: ${enum}" enum:"ruby,php,python,golang,nodejs,static,ruby-heroku," default:""` + Language *string `help:"${app_language_help} Possible values: ${enum}" enum:"ruby,php,python,golang,nodejs,static,ruby-heroku,"` DockerfileBuild dockerfileBuild `embed:""` }