1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixes typo digeset to digest (#52709)

This commit is contained in:
Shivam Singhal 2019-02-21 16:23:42 +05:30 committed by Abhijeet Kasurde
parent e931dd0e58
commit 19cf956453

View file

@ -603,7 +603,7 @@ class FilterModule(object):
# hash filters
# md5 hex digest of string
'md5': md5s,
# sha1 hex digeset of string
# sha1 hex digest of string
'sha1': checksum_s,
# checksum of string as used by ansible for checksumming files
'checksum': checksum_s,