From 83c40c09de7eadfb23a7f3d652ebf131affabfee Mon Sep 17 00:00:00 2001 From: Shwetha K Acharya Date: Mon, 12 Jul 2021 17:37:10 +0530 Subject: [PATCH] Fix typo at Enable repositories for CentOS 8 command Signed-off-by: Shwetha K Acharya --- docs/Developer-guide/Building-GlusterFS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developer-guide/Building-GlusterFS.md b/docs/Developer-guide/Building-GlusterFS.md index 05d0b42..588939f 100644 --- a/docs/Developer-guide/Building-GlusterFS.md +++ b/docs/Developer-guide/Building-GlusterFS.md @@ -75,7 +75,7 @@ For details check https://wiki.centos.org/SpecialInterestGroup/Storage ### Enable repositories for CentOS 8 The following yum command enables needed repositories providing the build requirements for CentOS 8, ```console -# yum-config-manager --enable PowerTools --enable Devel +# yum-config-manager --enable powertools --enable devel ``` ### CentOS / Enterprise Linux v8