Skip to content

Commit 9747de4

Browse files
committed
Fix missing parenthesis
1 parent 308ba71 commit 9747de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/actions/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def execute(self, input_dto: validate) -> DirectorOutputDto:
2222

2323
director_output_dto = DirectorOutputDto(AtomicTest.getAtomicTestsFromArtRepo(repo_path=input_dto.getAtomicRedTeamRepoPath(),
2424
enabled=input_dto.enrichments),
25-
AttackEnrichment.getAttackEnrichment(input_dto,
25+
AttackEnrichment.getAttackEnrichment(input_dto),
2626
CveEnrichment.getCveEnrichment(input_dto),
2727
[],[],[],[],[],[],[],[],[])
2828

0 commit comments

Comments
 (0)