diff --git a/docs/parsers/systemctl_ls.md b/docs/parsers/systemctl_ls.md index a2dec92f..03f5f935 100644 --- a/docs/parsers/systemctl_ls.md +++ b/docs/parsers/systemctl_ls.md @@ -45,7 +45,7 @@ Returns: { "listen": string, "unit": string, - "activates": string + "activates": string } ] diff --git a/jc/parsers/systemctl_ls.py b/jc/parsers/systemctl_ls.py index 9c72b1bc..eab65bff 100644 --- a/jc/parsers/systemctl_ls.py +++ b/jc/parsers/systemctl_ls.py @@ -44,7 +44,7 @@ def process(proc_data): { "listen": string, "unit": string, - "activates": string + "activates": string } ] """