mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
maybe fix
This commit is contained in:
parent
6acf66500c
commit
d8c9e99f66
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ synchronize_lexer_grammar () {
|
|||
|
||||
# Copy the file
|
||||
cp "$source_file" "$destination_file"
|
||||
cp -r "$source_lib_dir" "$destination_lib_dir"
|
||||
rm -rf "$destination_lib_dir/*"
|
||||
cp -r "$source_lib_dir/*" "$destination_lib_dir"
|
||||
|
||||
echo "Source files:"
|
||||
ls -l "$source_lib_dir"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue