Commit 74a72210 authored by Keith Lockwood's avatar Keith Lockwood Committed by Jeremy Morrell

Update failure.sh (#510)

Fix typo for grep.
parent 56c249bf
...@@ -279,7 +279,7 @@ log_other_failures() { ...@@ -279,7 +279,7 @@ log_other_failures() {
mcount "failures.webpack-module-not-found" mcount "failures.webpack-module-not-found"
fi fi
if greq -qi "You are likely using a version of node-tar or npm that is incompatible with this version of Node.js" "$log_file"; then if grep -qi "You are likely using a version of node-tar or npm that is incompatible with this version of Node.js" "$log_file"; then
mcount "failures.node-9-npm-issue" mcount "failures.node-9-npm-issue"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment