Skip to content

Commit

Permalink
Update src/py/flwr/cli/build.py
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Beauville <charles@flower.ai>
  • Loading branch information
danieljanes and charlesbvll authored Oct 30, 2024
1 parent 800909c commit 656ffcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/cli/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def build(
if not is_valid_project_name(app.name):
typer.secho(
f"❌ The project name {app.name} is invalid, "
"a valid project name must start with a letter or a hyphen, "
"a valid project name must start with a letter, "
"and can only contain letters, digits, and hyphens.",
fg=typer.colors.RED,
bold=True,
Expand Down

0 comments on commit 656ffcf

Please sign in to comment.