Skip to content

Commit

Permalink
update changelog and fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Jun 10, 2020
1 parent 5c855ad commit 15469ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15469ab

Please sign in to comment.