Skip to content

Commit

Permalink
Add backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng committed Dec 19, 2024
1 parent 918e98e commit ef4f30d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/py/flwr/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ def get_user_auth_config_path(root_dir: Path, federation: str) -> Path:
gitignore_file.write(f"{credential_entry}\n")
except Exception as err:
typer.secho(
"❌ An error occurred while handling .gitignore. "
f"Please check the permissions of {gitignore_path} and try again.",
"❌ An error occurred while handling `.gitignore.` "
f"Please check the permissions of `{gitignore_path}` and try again.",
fg=typer.colors.RED,
bold=True,
)
Expand Down

0 comments on commit ef4f30d

Please sign in to comment.