Skip to content

Commit

Permalink
[libbeat] Update error message for regenerating files during build (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
faec authored Nov 3, 2020
1 parent 7826ef6 commit b5fb9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/mage/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5fb9bf

Please sign in to comment.