Skip to content

Commit a0c7f9c

Browse files
committed
pipenv project for graph
Signed-off-by: Kenneth Reitz <[email protected]>
1 parent 714317e commit a0c7f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipenv/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@ def graph(bare=False):
16731673
u'{0}: {1}'.format(
16741674
crayons.red('Warning', bold=True),
16751675
u'Unable to display currently–installed dependency graph information here. '
1676-
u'Please confirm your execution path.',
1676+
u'Please run within a Pipenv project.',
16771677
), err=True
16781678
)
16791679
sys.exit(1)

0 commit comments

Comments
 (0)