mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ES|QL] fix job path (#179785)
## Summary After packaging the ES|QL grammar stuff the `git add` didn't change accordingly for the new path, hence the error. This PR fixes it.
This commit is contained in:
parent
b61b944a14
commit
9106bf7244
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ main () {
|
|||
|
||||
git checkout -b "$BRANCH_NAME"
|
||||
|
||||
git add esql/antlr/*
|
||||
git add antlr/*
|
||||
git commit -m "Update ES|QL grammars"
|
||||
|
||||
report_main_step "Changes committed. Creating pull request."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue