From 6d08e81a189c028316858a12d0a8188baf0e3c96 Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Tue, 10 Dec 2024 15:29:35 -0600 Subject: [PATCH] Do not require osg-testing or osg-upcoming-testing for osdf-cache --- docs/data/osdf/install-cache-rpm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/osdf/install-cache-rpm.md b/docs/data/osdf/install-cache-rpm.md index 2afa04e36..d8145b789 100644 --- a/docs/data/osdf/install-cache-rpm.md +++ b/docs/data/osdf/install-cache-rpm.md @@ -65,12 +65,12 @@ Install it using one of the following commands: OSG 24: ```console -root@host # yum install osdf-cache --enablerepo=osg-testing +root@host # yum install osdf-cache ``` OSG 23: ```console -root@host # yum install --enablerepo=osg-upcoming-testing osdf-cache +root@host # yum install --enablerepo=osg-upcoming osdf-cache ``` !!! note "osdf-cache 7.11.1"