Skip to content

Commit 0a34356

Browse files
committed
Context check update
1 parent dd7e580 commit 0a34356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/stack.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func (u *Unit) ReadOutputs(ctx context.Context, opts *options.TerragruntOptions)
3838

3939
parserCtx := NewParsingContext(ctx, opts)
4040

41-
jsonBytes, err := getOutputJSONWithCaching(parserCtx, configPath)
41+
jsonBytes, err := getOutputJSONWithCaching(parserCtx, configPath) //nolint: contextcheck
4242

4343
if err != nil {
4444
return nil, errors.New(err)

0 commit comments

Comments
 (0)