Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Jan 14, 2020
1 parent c556ae8 commit 93c66f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/functionbeat/scripts/mage/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func (Update) VendorBeats() error {
in = filepath.Join("..", "..", in)

out := strings.ReplaceAll(d, "github.com/elastic/beats/vendor", "")
out = strings.ReplaceAll(out, "github.com/elastic/beats", "")

cp := &devtools.CopyTask{
Source: in,
Expand Down

0 comments on commit 93c66f7

Please sign in to comment.