Skip to content

Commit

Permalink
[Agent] fixed mage package for agent (elastic#17368)
Browse files Browse the repository at this point in the history
[Agent] fixed mage package for agent (elastic#17368)
  • Loading branch information
michalpristas committed Apr 1, 2020
1 parent 9a07bca commit 1dff73f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-tools/mage/dmgbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ func (b *dmgBuilder) buildDMG() error {
"create",
"-volname", b.MustExpand("{{.BeatName | title}} {{.Version}}{{if .Snapshot}}-SNAPSHOT{{end}}"),
"-srcfolder", b.dmgDir,
"-size", "500m", // allowing extra space
"-ov",
createDir(dmgFile),
}
Expand Down

0 comments on commit 1dff73f

Please sign in to comment.