From 4b36dc279fb3e132841b4d3aa931e59b8cf90888 Mon Sep 17 00:00:00 2001 From: Alvaro Miranda Aguilera Date: Tue, 21 Oct 2025 19:04:04 +0200 Subject: [PATCH] Fix typo in PODMAN_VERSION variable name PODMAN_VERION -> PODMAN_VERSION --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df983e34..e0846b3e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Environment variables that affect the build: Some environment variables are set in `podman-rpm-info-vars.sh`: -- `PODMAN_VERION`: used for the image tag (only the x.y, the patch version is +- `PODMAN_VERSION`: used for the image tag (only the x.y, the patch version is ignored) - `PODMAN_PR_NUM`: used to add a podman version from a PR. The default is empty (and rpms will be fetched from the `rhcontainerbot/podman-next` copr)