Skip to content

Commit

Permalink
Merge pull request #121 from dokku/josegonzalez-patch-1
Browse files Browse the repository at this point in the history
Update comment note in procfile format
  • Loading branch information
josegonzalez authored Feb 9, 2024
2 parents 133c819 + 86106c0 commit 81f619d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PROCFILE_FORMAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ A Procfile is a file that was [promoted by Heroku](https://blog.heroku.com/the_n

The `procfile-util` tool expects a Procfile to be defined as one or more lines containing one of:

- a comment (preceeded by a `#` symbol)
- a comment (preceeded by a `#` symbol or two `//` characters)
- a process-type/command combination (with optional trailing whitespace or trailing comment)
- when there is a trailing comment, the `#` symbol _must_ be preceeded by one or more `whitespace` characters.
- when there is a trailing comment, the `#` symbol/`//` characters _must_ be preceeded by one or more `whitespace` characters.
- a blank line (with optional trailing whitespace)

Comments and blank lines are ignored, while process-type/command combinations look like the following:
Expand Down

0 comments on commit 81f619d

Please sign in to comment.