Skip to content

Commit e7b61ed

Browse files
committed
salt/modules/boto3_elasticsearch.py: Fix incorrect CLI example.
1 parent b04198d commit e7b61ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/modules/boto3_elasticsearch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ def update_elasticsearch_domain_config(
10851085
10861086
.. code-block:: bash
10871087
1088-
salt myminion boto3_elasticsearch.update_elasticsearch_domain mydomain \\
1088+
salt myminion boto3_elasticsearch.update_elasticsearch_domain_config mydomain \\
10891089
elasticsearch_cluster_config='{\\
10901090
"InstanceType": "t2.micro.elasticsearch", \\
10911091
"InstanceCount": 1, \\

0 commit comments

Comments
 (0)