Skip to content

Commit

Permalink
Fix spelling mistake of library
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Drung <benjamin.drung@ionos.com>
  • Loading branch information
bdrung committed Oct 12, 2021
1 parent 5adc47d commit fe3c958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Fixed
-----

- Import salt.utils.azurearm instead of using __utils__ from loader in azure cloud. This fixes an issue where __utils__ would become unavailable when we are using the ThreadPool in azurearm. (#59744)
- Use contextvars libary from site-packages if it is intalled. Fixes salt ssh for targets with python <=3.6 (#59942)
- Use contextvars library from site-packages if it is intalled. Fixes salt ssh for targets with python <=3.6 (#59942)

Fixed
-----
Expand Down
2 changes: 1 addition & 1 deletion salt/modules/jira_mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __virtual__():
return (
__virtualname__
if HAS_JIRA
else (False, "Please install the jira Python libary from PyPI")
else (False, "Please install the jira Python library from PyPI")
)


Expand Down

0 comments on commit fe3c958

Please sign in to comment.