From 3f1d02598e162d5b65dd9aac05da2c0a522a95c8 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> Date: Thu, 2 Jun 2022 12:59:02 +0200 Subject: [PATCH] Replace removed git224 package with git236 in CentOS 7 guide (#5700) --- docs/install_guides/centos-7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_guides/centos-7.rst b/docs/install_guides/centos-7.rst index 2ecc2012b..bdce4faf9 100644 --- a/docs/install_guides/centos-7.rst +++ b/docs/install_guides/centos-7.rst @@ -33,7 +33,7 @@ In order to install Git 2.11 or greater, we recommend adding the IUS repository: .. prompt:: bash sudo yum -y install https://repo.ius.io/ius-release-el7.rpm - sudo yum -y swap git git224 + sudo yum -y swap git git236 .. Include common instructions: