diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-11-29 17:50:36 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-11-29 17:50:36 +0000 |
commit | b20ea3ae547e80e84f7cdfa1977074baafd05d61 (patch) | |
tree | af143d6f22f42276037545b95368f91961883f57 | |
parent | e9d6ed2b721ed109ccb3f182745061df6c6a2555 (diff) | |
download | sos-b20ea3ae547e80e84f7cdfa1977074baafd05d61.tar.gz |
Fix typo in yum module
s/entitlements/entitlement/ in candlepin paths
-rw-r--r-- | sos/plugins/yum.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |