mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
fix function definition for _check_recurse
I had initially moved this to the file module along with other pieces that were moved to implement issue #817, but moved it back to the file state and did not put the leading underscore back in the function definition.
This commit is contained in:
parent
e510916acf
commit
e88de2a6df
@ -186,7 +186,7 @@ def _error(ret, err_msg):
|
||||
return ret
|
||||
|
||||
|
||||
def check_recurse(
|
||||
def _check_recurse(
|
||||
name,
|
||||
source,
|
||||
clean,
|
||||
|
Loading…
Reference in New Issue
Block a user