aboutsummaryrefslogtreecommitdiff
path: root/dev/github_jira_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'dev/github_jira_sync.py')
-rwxr-xr-xdev/github_jira_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/github_jira_sync.py b/dev/github_jira_sync.py
index ff1e39664e..287f0ca24a 100755
--- a/dev/github_jira_sync.py
+++ b/dev/github_jira_sync.py
@@ -28,7 +28,7 @@ try:
import jira.client
except ImportError:
print "This tool requires the jira-python library"
- print "Install using 'sudo pip install jira-python'"
+ print "Install using 'sudo pip install jira'"
sys.exit(-1)
# User facing configs