bitwalker / exrm

Automatically generate a release for your Elixir project!
MIT License
924 stars 110 forks source link

Remove VMARGS_FILE from "command" release command #368

Closed hayesgm closed 8 years ago

hayesgm commented 8 years ago

As per #367, this is a patch that removes invoking vm.args when running the bin/release command command. VM args are generally for the actual running process, and reusing sname may cause issues when running commands on a server with a running node.

bitwalker commented 8 years ago

Thanks!