Skip to content

Commit e522fe3

Browse files
authored
Merge pull request #329 from sdcio/fixblamedeviation
BlameConfig: Fix excluding the Deviation Intents
2 parents 314464f + fc82c09 commit e522fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/datastore/datastore_rpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ func (d *Datastore) BlameConfig(ctx context.Context, includeDefaults bool) (*sdc
461461
return nil, err
462462
}
463463
// load all intents
464-
_, err = d.LoadAllButRunningIntents(ctx, root, false)
464+
_, err = d.LoadAllButRunningIntents(ctx, root, true)
465465
if err != nil {
466466
return nil, err
467467
}

0 commit comments

Comments
 (0)