mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix log message in salt.utils.gitfs
This needed to be using the config overlay function and not referencing the attribute directly.
This commit is contained in:
parent
09ddfd0c08
commit
bc9cd65496
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ class GitProvider(object):
|
|||
return root_dir
|
||||
log.error(
|
||||
'Root path \'%s\' not present in %s remote \'%s\', '
|
||||
'skipping.', self.root, self.role, self.id
|
||||
'skipping.', self.root(), self.role, self.id
|
||||
)
|
||||
return None
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue