mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
run vinyl.src in the plugin.root directory
Original commit: elastic/kibana-plugin-helpers@8f3081b029
This commit is contained in:
parent
6ec4fc4ca1
commit
a52da8e3d6
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ module.exports = function (plugin, callback) {
|
|||
}
|
||||
|
||||
vfs
|
||||
.src(files, { base: plugin.root })
|
||||
.src(files, { cwd: plugin.root, base: plugin.root })
|
||||
|
||||
// rewrite the target kibana version while the
|
||||
// file is on it's way to the archive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue