SQL: Fix spelling in ci script
s/pluin/plugin/ Original commit: elastic/x-pack-elasticsearch@92771bd932
This commit is contained in:
parent
375ec896ce
commit
fbb7654c58
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue