mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix typo in error message
This commit is contained in:
+1
-1
@@ -1364,7 +1364,7 @@ def do_init(
|
||||
if not allow_global and not deploy and 'PIPENV_ACTIVE' not in os.environ:
|
||||
click.echo(
|
||||
"To activate this project's virtualenv, run {0}.\n"
|
||||
"Alternativaly, run a command "
|
||||
"Alternatively, run a command "
|
||||
"inside the virtualenv with {1}.".format(
|
||||
crayons.red('pipenv shell'),
|
||||
crayons.red('pipenv run'),
|
||||
|
||||
Reference in New Issue
Block a user