mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed space for pylint
This commit is contained in:
parent
8fa0ffa427
commit
a8a519c493
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def usage(args=None):
|
|||
return {}
|
||||
if __grains__['kernel'] == 'Linux':
|
||||
cmd = 'df -P'
|
||||
elif __grains__['kernel'] == 'OpenBSD' or __grains__['kernel'] == 'AIX':
|
||||
elif __grains__['kernel'] == 'OpenBSD' or __grains__['kernel'] == 'AIX':
|
||||
cmd = 'df -kP'
|
||||
else:
|
||||
cmd = 'df'
|
||||
|
|
Loading…
Add table
Reference in a new issue