This is an automated email from the ASF dual-hosted git repository. dhanak pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push: new 48aa13382de [kn-plugin-workflow] NO_ISSUE: Fix typo in gen_manifest help text (#2832) 48aa13382de is described below commit 48aa13382de3b7049bba14dd86eae941415ed5e5 Author: Dominik HanĂ¡k <domha...@users.noreply.github.com> AuthorDate: Tue Jan 7 10:49:07 2025 +0100 [kn-plugin-workflow] NO_ISSUE: Fix typo in gen_manifest help text (#2832) --- packages/kn-plugin-workflow/pkg/command/gen_manifest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kn-plugin-workflow/pkg/command/gen_manifest.go b/packages/kn-plugin-workflow/pkg/command/gen_manifest.go index 53e996f059e..b7dc0b6a7c5 100644 --- a/packages/kn-plugin-workflow/pkg/command/gen_manifest.go +++ b/packages/kn-plugin-workflow/pkg/command/gen_manifest.go @@ -52,7 +52,7 @@ func NewGenManifest() *cobra.Command { {{.Name}} gen-manifest --skip-namespace # Persist the generated Operator manifests on a specific custom path - {{.Name}} gen-manifest --custom-generated-manifest-dir=<full_directory_path> + {{.Name}} gen-manifest --custom-generated-manifests-dir=<full_directory_path> # Specify a custom subflows files directory. (default: ./subflows) {{.Name}} gen-manifest --subflows-dir=<full_directory_path> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@kie.apache.org For additional commands, e-mail: commits-h...@kie.apache.org