DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.89k stars 82 forks source link

Allow `-` in Procfile names #2

Closed sunny closed 7 years ago

sunny commented 7 years ago

This should allow names in Procfiles to have - in their names, like foreman does, e.g.:

hot-assets: …
dev-grunt: …
nvm-install: …

I am sorry, I haven't been able to build overmind locally to test it out.

DarthSim commented 7 years ago

My bad, I thought - is allowed by \w. Thanks for your contribution!

sunny commented 7 years ago

Thank you for the swift merge, bump, and doing the same on hivemind \o/