bitwalker / distillery

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

612 fix powershell error #613

Closed PaoloLaurenti closed 5 years ago

PaoloLaurenti commented 5 years ago

Summary of changes

This PR solves the issue #612 I changed the release_rc_win_main.ps1.eex powershell template at row 103 because it was using a wrong keyword for the command set-content. I removed the keyword -InputObject and I put -Value instead. Now the error Set-Content : A parameter cannot be found that matches parameter name 'InputObject'. has gone away and the WARNING_README file is being created regularly.

Checklist

Licensing/Copyright

By submitting this PR, you agree to the following statement, please read before submission!

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.

NOTE: If you submit a PR and remove the statement above, your PR will be rejected. For your PR to be considered, it must contain your agreement to license under the MIT license.

bitwalker commented 5 years ago

Closed in favor of your other PR