From 229e1ea1eab4d4d3ac63d49c2bd370b288aae725 Mon Sep 17 00:00:00 2001 From: Chong Shen Ng Date: Mon, 25 Nov 2024 09:29:36 +0000 Subject: [PATCH] fix(framework) Fix flwr ls error message --- src/py/flwr/cli/ls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/py/flwr/cli/ls.py b/src/py/flwr/cli/ls.py index cc28873c3ef9..54173f5f6018 100644 --- a/src/py/flwr/cli/ls.py +++ b/src/py/flwr/cli/ls.py @@ -82,7 +82,7 @@ def ls( if "address" not in federation_config: typer.secho( - "❌ `flwr log` currently works with Exec API. Ensure that the correct" + "❌ `flwr ls` currently works with Exec API. Ensure that the correct" "Exec API address is provided in the `pyproject.toml`.", fg=typer.colors.RED, bold=True,