mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Second attempt to fix #27217
This commit is contained in:
parent
6d8e9af297
commit
c185e99970
1 changed files with 1 additions and 1 deletions
|
@ -1508,7 +1508,7 @@ class GitBase(object):
|
|||
self.cache_root = os.path.join(self.opts['cachedir'], self.role)
|
||||
self.env_cache = os.path.join(self.cache_root, 'envs.p')
|
||||
self.hash_cachedir = os.path.join(
|
||||
self.cache_root, self.role, 'hash')
|
||||
self.cache_root, 'hash')
|
||||
self.file_list_cachedir = os.path.join(
|
||||
self.opts['cachedir'], 'file_lists', self.role)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue