schutzbot/mock: fix centos stream 8 build

The centos stream 8 config was renamed in mock-core-config, see:
75cd9eb52d
This commit is contained in:
Ondřej Budai 2021-03-02 07:13:14 +01:00 committed by Tom Gundersen
parent 01319b55a9
commit a4ae503c29

View file

@ -14,7 +14,7 @@ ARCH=$(uname -m)
MOCK_CONFIG="${ID}-${VERSION_ID%.*}-$(uname -m)"
if [[ $ID == centos ]]; then
MOCK_CONFIG="centos-stream-$(uname -m)"
MOCK_CONFIG="centos-stream-8-$(uname -m)"
fi
# The commit this script operates on.