]> granicus.if.org Git - icinga2/commitdiff
Docs: Fix RPM snapshot repo name
authorMichael Friedrich <michael.friedrich@icinga.com>
Fri, 12 Apr 2019 07:34:34 +0000 (09:34 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Fri, 12 Apr 2019 07:34:34 +0000 (09:34 +0200)
doc/21-development.md

index a986a65c58b905451597d75020207d2b67150937..0053106b4441ad39378f0397ab3bfd9ccfdafe67 100644 (file)
@@ -427,7 +427,7 @@ on GitHub and mention that you're testing the snapshot packages.
 
 2.11+ requires the [EPEL repository](02-getting-started.md#package-repositories-rhel-epel) for Boost 1.66+.
 
-In addition to that, the `icinga-rpm-release` package already provides the `icinga-snapshot-build`
+In addition to that, the `icinga-rpm-release` package already provides the `icinga-snapshot-builds`
 repository but it is disabled by default.
 
 ```
@@ -435,7 +435,7 @@ yum -y install https://packages.icinga.com/epel/icinga-rpm-release-7-latest.noar
 yum -y install epel-release
 yum makecache
 
-yum install --enablerepo=icinga-snapshot-build icinga2
+yum install --enablerepo=icinga-snapshot-builds icinga2
 ```
 
 #### Debian <a id="development-tests-snapshot-packages-debian"></a>