Skip to content

Commit

Permalink
bad copy
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcmarrow committed Aug 26, 2023
1 parent 6048596 commit b5437ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/utils/gitfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ def linkdir_walk(self):
)
try:
# The linkdir itself goes at the beginning
self._linkdir_walk.insert(0, (self._linkdirlinkdir, [parts[0]], []))
self._linkdir_walk.insert(0, (self._linkdir, [parts[0]], []))
except IndexError:
pass
return self._linkdir_walk
Expand Down

0 comments on commit b5437ce

Please sign in to comment.