Unverified Commit c344da4c authored by Patrick Devine's avatar Patrick Devine Committed by GitHub
Browse files

fix keepalive for non-interactive mode (#4438)

parent 0e331c71
...@@ -913,6 +913,7 @@ func generate(cmd *cobra.Command, opts runOptions) error { ...@@ -913,6 +913,7 @@ func generate(cmd *cobra.Command, opts runOptions) error {
System: opts.System, System: opts.System,
Template: opts.Template, Template: opts.Template,
Options: opts.Options, Options: opts.Options,
KeepAlive: opts.KeepAlive,
} }
if err := client.Generate(ctx, &request, fn); err != nil { if err := client.Generate(ctx, &request, fn); err != nil {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment