diff --git a/BUILD/install_build_deps.sh b/BUILD/install_build_deps.sh index 8490be39b..999ee3303 100755 --- a/BUILD/install_build_deps.sh +++ b/BUILD/install_build_deps.sh @@ -104,7 +104,7 @@ then sudo yum clean all sudo yum update -y unset enable_power_tools - yum repolist all | grep PowerTools + yum repolist all | grep PowerTools if [ $? == 0 ] then enable_power_tools="enablerepo=PowerTools"