Skip to content

Commit 58afd75

Browse files
committed
Fix description not to mention beats.
1 parent 6e36b1a commit 58afd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magefile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func init() {
108108
common.RegisterCheckDeps(Update, Check.All)
109109
test.RegisterDeps(UnitTest)
110110
devtools.BeatLicense = "Elastic License"
111-
devtools.BeatDescription = "Agent manages other beats based on configuration provided."
111+
devtools.BeatDescription = "Elastic Agent - single, unified way to add monitoring for logs, metrics, and other types of data to a host."
112112

113113
devtools.Platforms = devtools.Platforms.Filter("!linux/386")
114114
devtools.Platforms = devtools.Platforms.Filter("!windows/386")

0 commit comments

Comments
 (0)