mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix capitalization
This commit is contained in:
+1
-1
@@ -307,7 +307,7 @@ def ensure_pipfile(validate=True, skip_requirements=False):
|
||||
|
||||
# If there's a requirements file, but no Pipfile...
|
||||
if project.requirements_exists and not skip_requirements:
|
||||
click.echo(crayons.normal(u'Requirements.txt found, instead of Pipfile! Converting…', bold=True))
|
||||
click.echo(crayons.normal(u'requirements.txt found, instead of Pipfile! Converting…', bold=True))
|
||||
|
||||
# Create a Pipfile...
|
||||
python = which('python') if not USING_DEFAULT_PYTHON else False
|
||||
|
||||
Reference in New Issue
Block a user