mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix UnboundLocalError in file.get_diff
This was only in 2018.3 head and not part of a release
This commit is contained in:
parent
3400f829c4
commit
5bdc9e9bd5
@ -5008,7 +5008,8 @@ def get_diff(file1,
|
||||
*salt.utils.data.decode(args)
|
||||
)
|
||||
)
|
||||
return ret
|
||||
return ret
|
||||
return ''
|
||||
|
||||
|
||||
def manage_file(name,
|
||||
|
Loading…
Reference in New Issue
Block a user