diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d4f9a73a..8269f0aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Generate index.json file. [#470](https://github.com/elastic/package-registry/pull/470) * Stream archived package content. [#472](https://github.com/elastic/package-registry/pull/472) * Generate package index.json files. [#479](https://github.com/elastic/package-registry/pull/479) +* Add -dry-run flag. [#503](https://github.com/elastic/package-registry/pull/503) ### Deprecated diff --git a/magefile.go b/magefile.go index 26b4cc093..2720fb18d 100644 --- a/magefile.go +++ b/magefile.go @@ -138,7 +138,7 @@ func TestIntegration() error { return err } - // Checks if the binary is properly run and does not return any errors + // Checks if the binary is properly running and does not return any errors _, err = sh.Output("go", "run", ".", "-dry-run=true") if err != nil { return err