Skip to content

Commit 96f16cd

Browse files
committed
fixed depth pasing
1 parent ce0bf7a commit 96f16cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/component/unit.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ func (u *Unit) TerragruntOptions() *options.TerragruntOptions {
289289
TerragruntConfigPath: opts.TerragruntConfigPath,
290290
IncludeExternalDependencies: opts.IncludeExternalDependencies,
291291
NonInteractive: opts.NonInteractive,
292+
MaxFoldersToCheck: options.DefaultMaxFoldersToCheck,
292293
}
293294
}
294295

0 commit comments

Comments
 (0)