From 22190d441297146cce3cf27c20930567e0dc93f1 Mon Sep 17 00:00:00 2001 From: Olga Naidjonoka Date: Fri, 18 Oct 2024 14:58:40 +0300 Subject: [PATCH] restored testPackages annotation --- x-pack/agentbeat/magefile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/agentbeat/magefile.go b/x-pack/agentbeat/magefile.go index d02b5f9c83a8..bd72a558ba39 100644 --- a/x-pack/agentbeat/magefile.go +++ b/x-pack/agentbeat/magefile.go @@ -145,7 +145,7 @@ func Package() error { return nil } -// TestPackages tests the generated packages (i.runCmd. file modes, owners, groups). +// TestPackages tests the generated packages (i.e. file modes, owners, groups). func TestPackages() error { return devtools.TestPackages() }