Skip to content

Commit

Permalink
Gen yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliya Smith committed Jun 24, 2020
1 parent dbff2a0 commit 662c7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packs/Code42/Integrations/Code42/integration-Code42.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ script:
if exp_types:
return [ExposureType.is_in(exp_types)]
else:
# If not given a support exposure type, search for all unsupported exposure types.s
# If not given a support exposure type, search for all unsupported exposure types
supported_exp_types = list(self.exposure_type_map.values())
return [ExposureType.not_in(supported_exp_types)]
elif self._is_endpoint_exfiltration:
Expand Down

0 comments on commit 662c7e8

Please sign in to comment.