Skip to content

Commit

Permalink
update package import beats script
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Aug 4, 2020
1 parent 8c3d420 commit 9f6e769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/import-beats/packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ func newPackageContent(name string) packageContent {
Name: name,
Version: "0.0.1", // TODO
Type: "integration",
Release: "experimental",
},
License: "basic",
Release: "experimental",
Owner: &util.Owner{
Github: "elastic/integrations",
},
Expand Down

0 comments on commit 9f6e769

Please sign in to comment.