This is an automated email from the ASF dual-hosted git repository. squakez pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 31f2d1dbf592645e31e54c5e2e4f1444c104b5c4 Author: Suhail Hany <[email protected]> AuthorDate: Mon Sep 21 20:06:40 2026 +0300 Fix #6829: realign the runCmdOptions tags left ragged by the removal Output of golangci-lint --fix, as run by make lint-fix. --- pkg/cmd/run.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/run.go b/pkg/cmd/run.go index cd0ae229e..b3ae9931e 100644 --- a/pkg/cmd/run.go +++ b/pkg/cmd/run.go @@ -124,8 +124,8 @@ type runCmdOptions struct { Compression bool `mapstructure:"compression" yaml:",omitempty"` Wait bool `mapstructure:"wait" yaml:",omitempty"` Logs bool `mapstructure:"logs" yaml:",omitempty"` - UseFlows bool `mapstructure:"use-flows" yaml:",omitempty"` - Save bool `kamel:"omitsave" mapstructure:"save" yaml:",omitempty"` + UseFlows bool `mapstructure:"use-flows" yaml:",omitempty"` + Save bool `kamel:"omitsave" mapstructure:"save" yaml:",omitempty"` // Deprecated: won't be supported in the future IntegrationKit string `mapstructure:"kit" yaml:",omitempty"` IntegrationName string `mapstructure:"name" yaml:",omitempty"`
