bitwalker / distillery

Simplify deployments in Elixir with OTP releases!
MIT License
2.96k stars 398 forks source link

Remove duplicate colon from `:post_start_hooks` option #575

Closed janpieper closed 5 years ago

janpieper commented 5 years ago

Summary of changes

I've found a duplicate colon for the post_start_hooks option in the @moduledoc of Mix.Releases.Profile. This PR changes ::post_start_hooks to :post_start_hooks.

Checklist

Irrelevant

Licensing/Copyright

I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for Distillery (the "Contribution"). My Contribution is licensed under the MIT License.