mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Bulk spelling improvement to modules-core (#5225)
* Correct spelling mistakes * Correct more spelling issues * merge conflict * Revert typo in parms
This commit is contained in:
@@ -174,7 +174,7 @@ class Subversion(object):
|
||||
# The --quiet option will return only modified files.
|
||||
# Match only revisioned files, i.e. ignore status '?'.
|
||||
regex = re.compile(r'^[^?X]')
|
||||
# Has local mods if more than 0 modifed revisioned files.
|
||||
# Has local mods if more than 0 modified revisioned files.
|
||||
return len(filter(regex.match, lines)) > 0
|
||||
|
||||
def needs_update(self):
|
||||
|
||||
Reference in New Issue
Block a user