We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45d20c commit 34fda8aCopy full SHA for 34fda8a
cli/commands/run/flags.go
@@ -85,7 +85,7 @@ const (
85
86
// NewFlags creates and returns global flags.
87
func NewFlags(opts *options.TerragruntOptions, prefix flags.Prefix) cli.Flags {
88
- tgPrefix := prefix.Prepend(flags.TgPrefix)
+ tgPrefix := flags.Prefix{flags.TgPrefix}
89
terragruntPrefix := flags.Prefix{flags.TerragruntPrefix}
90
terragruntPrefixControl := flags.StrictControlsByCommand(opts.StrictControls, CommandName)
91
legacyLogsControl := flags.StrictControlsByCommand(opts.StrictControls, CommandName, controls.LegacyLogs)
0 commit comments