Skip to content

Commit

Permalink
Fix a minor typo in docs (saltstack#36365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimamisa authored and Nicole Thomas committed Sep 16, 2016
1 parent e9c2564 commit 062e812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/boto_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ def create_key(key_name, save_path, region=None, key=None, keyid=None,
.. code-block:: bash
salt myminion boto_ec2.create mykey /root/
salt myminion boto_ec2.create_key mykey /root/
'''
conn = _get_conn(region=region, key=key, keyid=keyid, profile=profile)

Expand Down

0 comments on commit 062e812

Please sign in to comment.