mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47046 from clan/file_diff
switch order of file to be diffed
This commit is contained in:
commit
d5afa4a2c5
1 changed files with 1 additions and 1 deletions
|
@ -4812,7 +4812,7 @@ def check_file_meta(
|
|||
if sfn:
|
||||
try:
|
||||
changes['diff'] = get_diff(
|
||||
sfn, name, template=True, show_filenames=False)
|
||||
name, sfn, template=True, show_filenames=False)
|
||||
except CommandExecutionError as exc:
|
||||
changes['diff'] = exc.strerror
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue