Merge pull request #1033 from rallytime/fix-broken-R-opt

[-R option] Fix logic error where we trying to enable epel with -R
This commit is contained in:
Nicole Thomas 2017-03-06 16:09:07 -07:00 committed by GitHub
commit bb106e9a2a

View file

@ -1548,7 +1548,7 @@ __rpm_import_gpg() {
__yum_install_noinput() {
ENABLE_EPEL_CMD=""
if [ $_DISABLE_REPOS -eq $BS_TRUE ]; then
if [ $_DISABLE_REPOS -eq $BS_FALSE ]; then
ENABLE_EPEL_CMD="--enablerepo=${_EPEL_REPO}"
fi