mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add space I removed
This commit is contained in:
parent
f1c68a09b5
commit
b7f4f377cd
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ def managed(name,
|
|||
ret['comment'] = ('Failed to disable interface \'{0}\''
|
||||
.format(name))
|
||||
else:
|
||||
ret['comment'] += '(already disabled)'
|
||||
ret['comment'] += ' (already disabled)'
|
||||
return ret
|
||||
else:
|
||||
if not currently_enabled:
|
||||
|
|
Loading…
Add table
Reference in a new issue