Skip to content

Commit b38e9df

Browse files
author
Jonathan S. Katz
committed
Fix overly aggressive substitution in Makefile
Ensure that the centos7 instructions are still present.
1 parent 7d6b3ae commit b38e9df

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
@@ -61,7 +61,7 @@ ifeq ("$(PGO_BASEOS)", "ubi8")
6161
PACKAGER=dnf
6262
endif
6363

64-
ifeq ("$(PGO_BASEOS)", "centos8")
64+
ifeq ("$(PGO_BASEOS)", "centos7")
6565
DFSET=centos
6666
DOCKERBASEREGISTRY=centos:
6767
endif

0 commit comments

Comments
 (0)