diff --git a/config/config_helpers.go b/config/config_helpers.go index 5217f85728..b137a89962 100644 --- a/config/config_helpers.go +++ b/config/config_helpers.go @@ -374,7 +374,7 @@ func RunCommand(ctx *ParsingContext, args []string) (string, error) { return cachedValue, nil } - cmdOutput, err := shell.RunShellCommandWithOutput(ctx, ctx.TerragruntOptions, currentPath, suppressOutput, false, args[0], args[1:]...) + cmdOutput, err := shell.RunShellCommandWithOutput(ctx, ctx.TerragruntOptions, currentPath, true, false, args[0], args[1:]...) if err != nil { return "", errors.New(err) }