Skip to content

Commit

Permalink
Fix typo in RPM testing script
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed May 18, 2020
1 parent 8a84f2f commit 442df34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -x -e -o pipefail
SOURCENAME=`echo ${CI_COMMIT_REF_NAME} | cut -d '-' -f 1`
ZSTDREQ=zstd

if [ "$1" = "centos8" ]; then
if [ "$1" = "centos_8" ]; then
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

dnf install -y 'dnf-command(config-manager)' || true
Expand Down

0 comments on commit 442df34

Please sign in to comment.