From b5fb9bf87bcf2ca4d1024d8b4c60cb1a4ef6fb86 Mon Sep 17 00:00:00 2001 From: Fae Charlton Date: Tue, 3 Nov 2020 10:59:29 -0500 Subject: [PATCH] [libbeat] Update error message for regenerating files during build (#22277) --- dev-tools/mage/check.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/mage/check.go b/dev-tools/mage/check.go index 2a195a41c7dd..2d731a2809e7 100644 --- a/dev-tools/mage/check.go +++ b/dev-tools/mage/check.go @@ -61,7 +61,7 @@ func Check() error { } return errors.Errorf("some files are not up-to-date. "+ - "Run 'mage fmt update' then review and commit the changes. "+ + "Run 'make update' then review and commit the changes. "+ "Modified: %v", changes) } return nil