mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
fixes very minor typo of "True" as "Trur"
This commit is contained in:
parent
1700450dd8
commit
755cfa8f29
@ -1329,7 +1329,7 @@ def _param_from_config(key, data):
|
||||
|
||||
else:
|
||||
if isinstance(data, bool):
|
||||
# convert boolean Trur/False to 'true'/'false'
|
||||
# convert boolean True/False to 'true'/'false'
|
||||
param.update({key: str(data).lower()})
|
||||
else:
|
||||
param.update({key: data})
|
||||
|
Loading…
Reference in New Issue
Block a user