Update find.py (#59456)

Return values for `matched` and `examined` in the find module are integers and not strings.
pull/59526/head
UNR Information Security 5 years ago committed by Alicia Cozine
parent cb1dd6d77b
commit 7b4ce9e4ae

@ -201,12 +201,12 @@ files:
matched: matched:
description: Number of matches description: Number of matches
returned: success returned: success
type: str type: int
sample: 14 sample: 14
examined: examined:
description: Number of filesystem objects looked at description: Number of filesystem objects looked at
returned: success returned: success
type: str type: int
sample: 34 sample: 34
''' '''

Loading…
Cancel
Save