From f45bd760dce10148c894a6037df94c81caa9fe8e Mon Sep 17 00:00:00 2001 From: tapadipti <32855442+tapadipti@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:28:58 +0545 Subject: [PATCH] Minor - Remove fullstop (`.`) from the `No agents found.` message for consistency with other messages --- surfkit/cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfkit/cli/main.py b/surfkit/cli/main.py index 6a9f5d3..0a5442e 100644 --- a/surfkit/cli/main.py +++ b/surfkit/cli/main.py @@ -617,7 +617,7 @@ def list_agents( ) print("") else: - print("No agents found.") + print("No agents found") @list_group.command("devices")