From ca5811bfbfbe096854ddc2a9a1139a69741fdc71 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 14 Jul 2023 16:16:46 +0200 Subject: [PATCH] Makefile: Fix example in help to actually work Signed-off-by: Jakub Jelen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b63192e37b..2229e39337 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ help: @echo " PR=7 SUFFIX='my_additional_suffix' make " @echo " MR=6 COPR_CONFIG='path/to/the/config/copr/file' make " @echo " ACTOR= TEST_LIBS=y make test" - @echo " BUILD_CONTAINER=el7 make build_container" + @echo " BUILD_CONTAINER=rhel7 make build_container" @echo " TEST_CONTAINER=f34 make test_container" @echo " CONTAINER_TOOL=docker TEST_CONTAINER=rhel7 make test_container_no_lint" @echo ""