Skip to content

Commit 3cd1244

Browse files
committed
Makefile: Fix example in help to actually work
Signed-off-by: Jakub Jelen <[email protected]>
1 parent eefb28d commit 3cd1244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ help:
155155
@echo " PR=7 SUFFIX='my_additional_suffix' make <target>"
156156
@echo " MR=6 COPR_CONFIG='path/to/the/config/copr/file' make <target>"
157157
@echo " ACTOR=<actor> TEST_LIBS=y make test"
158-
@echo " BUILD_CONTAINER=el7 make build_container"
158+
@echo " BUILD_CONTAINER=rhel7 make build_container"
159159
@echo " TEST_CONTAINER=f34 make test_container"
160160
@echo " CONTAINER_TOOL=docker TEST_CONTAINER=rhel7 make test_container_no_lint"
161161
@echo ""

0 commit comments

Comments
 (0)