mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
change
This commit is contained in:
parent
5ff9d07d75
commit
680ad0f27d
1 changed files with 2 additions and 0 deletions
|
@ -10,8 +10,10 @@ synchronize_lexer_grammar () {
|
|||
|
||||
# Copy the files
|
||||
cp "$source_file" "$destination_file"
|
||||
echo "Refreshing destination directory..."
|
||||
rm -rf "$destination_lib_dir"
|
||||
mkdir -p "$destination_lib_dir"
|
||||
echo "Copying source files..."
|
||||
cp -r "$source_lib_dir/" "$destination_lib_dir"
|
||||
|
||||
echo "Source files:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue