ddollar / foreman

Manage Procfile-based applications
http://ddollar.github.com/foreman
MIT License
6.01k stars 630 forks source link

Fix misleading comment at the top of procfile.rb that indicates that hyphens "-" are not allowed in process names. #791

Closed benwilber closed 4 months ago

benwilber commented 1 year ago

Several of the ports listed in the README have incorrectly not allowed hyphens to be present in process names. I believe it's because they took inspiration from this misleading comment at the top of the procfile.rb file.

Haskell

Go

Java

The actual regex used does permit hyphens in process names.

ddollar commented 4 months ago

Thank you!