mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #43939 from terminalmage/fix-typo
Fix typo in log message
This commit is contained in:
commit
a8f1750323
@ -373,7 +373,7 @@ def _file_lists(load, form):
|
||||
# join UNC and non-UNC paths, just assume the original
|
||||
# path.
|
||||
log.trace(
|
||||
'roots: %s is a UNCH path, using %s instead',
|
||||
'roots: %s is a UNC path, using %s instead',
|
||||
link_dest, abs_path
|
||||
)
|
||||
link_dest = abs_path
|
||||
|
Loading…
Reference in New Issue
Block a user