Fix instructions on how to install the `jira-python` library

Adapted from a4df0f2d84
This commit is contained in:
Ismael Juma 2015-07-21 09:51:17 +01:00
parent fd3b4cc41e
commit 061cdcef4a
1 changed files with 1 additions and 1 deletions

View File

@ -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__":