Skip to content

Commit

Permalink
5192 correct spacing for PIPENV_COLORBLIND warning
Browse files Browse the repository at this point in the history
  • Loading branch information
otherjake authored and oz123 committed Jul 27, 2022
1 parent 89e6ac1 commit 2d250f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipenv/cli/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def cli(

if "PIPENV_COLORBLIND" in os.environ:
echo(
"PIPENV_COLORBLIND is deprecated, use NO_COLOR instead"
"Per https://no-color.org/",
"PIPENV_COLORBLIND is deprecated, use NO_COLOR"
" per https://no-color.org/ instead",
err=True,
)

Expand Down

0 comments on commit 2d250f5

Please sign in to comment.