mirror of https://github.com/apache/kafka.git
Fix instructions on how to install the `jira-python` library
Adapted from a4df0f2d84
This commit is contained in:
parent
fd3b4cc41e
commit
061cdcef4a
|
@ -435,7 +435,7 @@ def main():
|
|||
print "JIRA_USERNAME and JIRA_PASSWORD not set"
|
||||
print "Exiting without trying to close the associated JIRA."
|
||||
else:
|
||||
print "Could not find jira-python library. Run 'sudo pip install jira-python' to install."
|
||||
print "Could not find jira-python library. Run 'sudo pip install jira' to install."
|
||||
print "Exiting without trying to close the associated JIRA."
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in New Issue