Skip to content

Commit bbc0f85

Browse files
committed
minor doc fixes
1 parent 7b2f2b7 commit bbc0f85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packaging/elasticsearch_plugin.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
default: None
4949
timeout:
5050
description:
51-
- Timeout setting: 30s, 1m, 1h...
51+
- "Timeout setting: 30s, 1m, 1h..."
5252
required: False
5353
default: 1m
5454
plugin_bin:
@@ -62,8 +62,8 @@
6262
required: False
6363
default: /usr/share/elasticsearch/plugins/
6464
version:
65-
description:
66-
- Version of the plugin to be installed.
65+
description:
66+
- Version of the plugin to be installed.
6767
If plugin exists with previous version, it will NOT be updated
6868
required: False
6969
default: None
@@ -141,7 +141,7 @@ def main():
141141
# skip if the state is correct
142142
if (present and state == "present") or (state == "absent" and not present):
143143
module.exit_json(changed=False, name=name)
144-
144+
145145
if (version):
146146
name = name + '/' + version
147147

0 commit comments

Comments
 (0)