Skip to content

Commit

Permalink
Merge pull request #1220 from jonjohnsonjr/readme-typo
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
luhring authored May 21, 2024
2 parents 1b9ab93 + f21031b commit c31490a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Melange provides the following default substitutions which can be referenced in
| `${{package.name}}` | Package name |
| `${{package.version}}` | Package version |
| `${{package.epoch}}` | Package epoch |
| `${{package.full-version}}` | `${{package.version}}-r${{package-epoch}}` |
| `${{package.full-version}}` | `${{package.version}}-r${{package.epoch}}` |
| `${{package.description}}` | Package description |
| `${{package.contextdir}}` | Directory where targets will be stored for main packages and subpackages |
| `${{targets.destdir}}` | Directory where targets will be stored for main |
Expand Down

0 comments on commit c31490a

Please sign in to comment.