format tweak

This commit is contained in:
silversword411 2022-09-02 17:24:33 -04:00
parent f62f5192d6
commit c86aacb31c
No known key found for this signature in database
GPG Key ID: CF805301BBB8CC0C
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class Command(BaseCommand):
if search in i["name"].lower():
self.stdout.write(
self.style.SUCCESS(
f"Found {i['name']} installed on {agent.client.name}\\{agent.site.name}\\{agent.hostname}"
f"Found {i['name']} installed on: {agent.client.name}\\{agent.site.name}\\{agent.hostname}"
)
)
break