Skip to content

Commit

Permalink
Merge pull request #3 from meshy/typo
Browse files Browse the repository at this point in the history
Fix minor typo
  • Loading branch information
gtalarico committed May 3, 2018
2 parents b97d473 + 6a3a65a commit 57767db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv_pipes/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def ensure_project_dir_has_env(project_dir):
return envpath
else:
msg = (
"\nThe target Project Directocd ry is not "
"\nThe target Project Directory is not "
"associated with any Pipenv Environments.")
click.echo(click.style(msg, fg='red'))
sys.exit(1)
Expand Down

0 comments on commit 57767db

Please sign in to comment.