浏览代码

[ci] Fix grep argument to unblock Python linting

Romain Rigaux 4 年之前
父节点
当前提交
2d84e1500c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/ci/check_for_python_lint.sh

+ 1 - 1
tools/ci/check_for_python_lint.sh

@@ -26,7 +26,7 @@ files=`git diff --name-only origin/master --diff-filter=b | egrep .py$ | \
   grep -v /migrations/ | \
   grep -v apps/oozie/src/oozie/tests.py | \
   grep -v tools/ops/ | \
-  grep - v apps/beeswax/gen-py/ | \
+  grep -v apps/beeswax/gen-py/ | \
   grep -v /org_migrations/`
 
 cd $HOME