From b2397a46801ea3cef7e28ee932298802a1b93954 Mon Sep 17 00:00:00 2001 From: parallax Date: Thu, 8 Sep 2016 13:37:33 +0100 Subject: [PATCH] Fixed typo --- chatops/python/gitlab-to-pentext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatops/python/gitlab-to-pentext.py b/chatops/python/gitlab-to-pentext.py index 0e42b22..1f9fe26 100644 --- a/chatops/python/gitlab-to-pentext.py +++ b/chatops/python/gitlab-to-pentext.py @@ -40,7 +40,7 @@ except ImportError as e: print('[-] This script needs python-gitlab, jxmlease and validate_report library', file=sys.stderr) print("validate_report is part of the pentext framework", file=sys.stderr) print("Install python-gitlab with: sudo pip install python-gitlab", file=sys.stderr) - print("Install pjxmlease with: sudo pip install jxmlease", file=sys.stderr) + print("Install jxmlease with: sudo pip install jxmlease", file=sys.stderr) print("", file=sys.stderr) print("Currently missing: " + e.message,file=sys.stderr)