chore(build): Upgrade to elvis 1.0.0-emqx-2

This version ensures spaces around '|' and '||'
This commit is contained in:
Zaiming Shi 2021-03-22 20:58:49 +01:00 committed by Zaiming (Stone) Shi
parent 8ecce74d33
commit dc510fb572
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
set -euo pipefail
ELVIS_VERSION='1.0.0-emqx-1'
ELVIS_VERSION='1.0.0-emqx-2'
base="${1:-}"
if [ "${base}" = "" ]; then