diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-07-08 22:31:47 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-07-08 22:31:47 +0100 |
commit | c49337791d4e890f8d348958ef2977e348ee51de (patch) | |
tree | 6f41290a72487c353d4c67aaff8b07b70580d01f | |
parent | eb0f2db8c667b03337e6a9f8a4ec2c7fab571d76 (diff) | |
download | sos-c49337791d4e890f8d348958ef2977e348ee51de.tar.gz |
[dhcp] style fixes
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/dhcp.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/dhcp.py b/sos/plugins/dhcp.py index 344e1e3f..48d1a641 100644 --- a/sos/plugins/dhcp.py +++ b/sos/plugins/dhcp.py @@ -30,7 +30,8 @@ class RedHatDhcp(Dhcp, RedHatPlugin): super(RedHatDhcp, self).setup() self.add_copy_specs([ "/etc/dhcpd.conf", - "/etc/dhcp"]) + "/etc/dhcp" + ]) class UbuntuDhcp(Dhcp, UbuntuPlugin): """DHCP related information for Debian based distributions""" |