mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #24063 from jayeshka/mount-states-module
removed tuple index error
This commit is contained in:
commit
8b69b41a42
1 changed files with 1 additions and 1 deletions
|
@ -625,5 +625,5 @@ def mod_watch(name, user=None, **kwargs):
|
|||
ret['result'] = False
|
||||
ret['comment'] = '{0} failed to remount: {1}'.format(name, out)
|
||||
else:
|
||||
ret['comment'] = 'Watch not supported in {1} at this time'.format(kwargs['sfun'])
|
||||
ret['comment'] = 'Watch not supported in {0} at this time'.format(kwargs['sfun'])
|
||||
return ret
|
||||
|
|
Loading…
Add table
Reference in a new issue