From b20ea3ae547e80e84f7cdfa1977074baafd05d61 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Thu, 29 Nov 2012 17:50:36 +0000 Subject: Fix typo in yum module s/entitlements/entitlement/ in candlepin paths --- sos/plugins/yum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/plugins/yum.py b/sos/plugins/yum.py index c47ee94a..80a673ac 100644 --- a/sos/plugins/yum.py +++ b/sos/plugins/yum.py @@ -48,7 +48,7 @@ class yum(Plugin, RedHatPlugin): self.addCopySpecs([ "/etc/pki/product/*.pem", "/etc/pki/consumer/cert.pem", - "/etc/pki/entitlements/*.pem"]) + "/etc/pki/entitlement/*.pem"]) if self.getOption("yumlist"): # Get a list of channels the machine is subscribed to. -- cgit