Agent: Modify comment in shell startup PBA to make more sense

This commit is contained in:
Shreya Malviya 2022-03-29 17:16:17 +05:30
parent 70186a40f6
commit 246a72c940
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ class ModifyShellStartupFiles(PBA):
False,
)
]
# `command` is empty here since multiple commands were run and the results
# were aggregated to send the telemetry just once
# `command` is empty here since multiple commands were run through objects of the nested
# class. The results of each of those were aggregated to send the telemetry just once.
self.pba_data.append(PostBreachData(self.name, self.command, results))
return self.pba_data