Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
Adjust msg for maintainability

Co-authored-by: CodiumAI-Agent <137281646+CodiumAI-Agent@users.noreply.github.com>
  • Loading branch information
holisHsu and CodiumAI-Agent committed Apr 24, 2024
1 parent b35f4e8 commit 72b8582
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ def setup():
install_error = True
click.echo(
click.style(
"❌ GitHub access token does not have the required permissions. "
"Please ensure it has 'public_repo' or 'repo' scope.",
"❌ GitHub access token does not have the required permissions. Please ensure it has 'public_repo' or 'repo' scope."
fg="red",
)
)
Expand Down

0 comments on commit 72b8582

Please sign in to comment.