From f21031bae754dfd4073c4e7713a6fbf0bc4da531 Mon Sep 17 00:00:00 2001 From: Jon Johnson Date: Tue, 21 May 2024 09:54:12 -0700 Subject: [PATCH] Fix typo in README Signed-off-by: Jon Johnson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb371895b..c08af2a2a 100644 --- a/README.md +++ b/README.md @@ -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 |