ddollar / foreman

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

[Foreman::Procfile#load] Fail when empty #770

Closed NickLaMuro closed 4 months ago

NickLaMuro commented 4 years ago

Followup to https://github.com/ddollar/foreman/pull/769

Includes logic to cause loading an empty Procfile to raise a Foreman::Procfile::EmptyFileError.

Keeps existing logic/error message for foreman check, just rescues this new error when doing so.

ddollar commented 4 months ago

Thank you!