Skip to content

Commit fc21bcb

Browse files
Bopobopobcecinestpasunepipe
authored andcommitted
Update services.py
1 parent 1e3b7b2 commit fc21bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dissect/target/plugins/os/unix/linux/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def systemd(self) -> Iterator[LinuxServiceRecord]:
6363
for key, value in configuration.items():
6464
_value = value or None
6565
_key = f"{segment}_{key}"
66-
_key = _key.replace("-","_")
66+
_key = _key.replace("-", "_")
6767
types.append(("string", _key))
6868
config.update({_key: _value})
6969
except FileNotFoundError:

0 commit comments

Comments
 (0)