diff options
-rw-r--r-- | sos/plugins/boom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/boom.py b/sos/plugins/boom.py index 454a3209..5a089912 100644 --- a/sos/plugins/boom.py +++ b/sos/plugins/boom.py @@ -26,7 +26,7 @@ class Boom(Plugin, RedHatPlugin): def setup(self): self.add_copy_spec([ - "/boot/boom/profiles", + "/boot/boom", "/boot/loader/entries", "/etc/default/boom", "/etc/grub.d/42_boom" |