SQL: Fix spelling in ci script

s/pluin/plugin/

Original commit: elastic/x-pack-elasticsearch@92771bd932
This commit is contained in:
Nik Everett 2018-01-18 11:27:45 -05:00
parent 375ec896ce
commit fbb7654c58
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ case $key in
smokeTestSql) # TODO remove this once we are ready to merge sql down smokeTestSql) # TODO remove this once we are ready to merge sql down
GRADLE_CLI_ARGS=( GRADLE_CLI_ARGS=(
"--info" "--info"
"-ppluin/sql" "-pplugin/sql"
"check" "check"
":x-pack-elasticsearch:plugin:precommit" ":x-pack-elasticsearch:plugin:precommit"
":x-pack-elasticsearch:qa:sql:check" ":x-pack-elasticsearch:qa:sql:check"