Skip to content

Commit

Permalink
It's salt not self. Refs 418bd3e.
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Apr 11, 2014
1 parent e67ede9 commit 965b09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/master.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def _clear_old_jobs(self):
# Init any values needed by the git ext pillar
pillargitfs = salt.daemons.masterapi.init_git_pillar(self.opts)
# Clean out the fileserver backend cache
self.daemons.masterapi.clean_fsbackend(self.opts)
salt.daemons.masterapi.clean_fsbackend(self.opts)

old_present = set()
while True:
Expand Down

0 comments on commit 965b09a

Please sign in to comment.