Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#3216 from yingxia2020:powertoo…
Browse files Browse the repository at this point in the history
…ls_fix

PiperOrigin-RevId: 402666110
  • Loading branch information
copybara-github committed Oct 12, 2021
2 parents d37a510 + 017afc2 commit 61532fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfkitbenchmarker/linux_packages/epel_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# Additional commands to run after installing the RPM.
_EPEL_CMDS = {
os_types.CENTOS7: 'sudo yum install -y epel-release',
os_types.CENTOS8: 'sudo dnf config-manager --set-enabled PowerTools'
os_types.CENTOS8: 'sudo dnf config-manager --set-enabled powertools'
}

# The ids of the EPEL yum repo
Expand Down

0 comments on commit 61532fd

Please sign in to comment.