summaryrefslogtreecommitdiffstats
path: root/jjb/global
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/global')
-rw-r--r--jjb/global/releng-macros.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml
index 1c74732d5..a5a83e23f 100644
--- a/jjb/global/releng-macros.yml
+++ b/jjb/global/releng-macros.yml
@@ -344,7 +344,7 @@
name: lint-python-code
builders:
- shell: |
- # Install python packages
+ # Install python package
sudo pip install "flake8==2.6.2"
echo "Checking python code..."