Given I have ```Procfile web:rails s ... ``` It prints `overmind: No entries were found in Procfile`. If I add a blank after the target colons, everything works again. I guess file parsing shouldn't be whitespace aware?
Given I have
web:rails s ...It prints
overmind: No entries were found in Procfile.If I add a blank after the target colons, everything works again.
I guess file parsing shouldn't be whitespace aware?