Skip to content

Commit

Permalink
fixes one merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
stinkyfingers committed Jul 16, 2021
1 parent 4738fb3 commit c5eec60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ketch/app_deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func newAppDeployCmd(cfg config, params *deploy.Services, configDefaultBuilder s
if configDefaultBuilder != "" {
deploy.DefaultBuilder = configDefaultBuilder
}
return deploy.New(options.GetChangeSet(cmd.Flags())).Run(cmd.Context(), params)
return appDeploy(cmd, options, params)
},
ValidArgsFunction: func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
return autoCompleteAppNames(cfg, toComplete)
Expand Down

0 comments on commit c5eec60

Please sign in to comment.