Skip to content

Commit

Permalink
fix the update command with the language
Browse files Browse the repository at this point in the history
  • Loading branch information
Davor Gajic committed Aug 15, 2024
1 parent 35a7505 commit adfeb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:""`
}

Expand Down

0 comments on commit adfeb91

Please sign in to comment.