mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #24063 from jayeshka/mount-states-module
removed tuple index error
This commit is contained in:
commit
8b69b41a42
@ -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…
Reference in New Issue
Block a user