mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+3
-2
@@ -1244,8 +1244,9 @@ def do_init(
|
||||
if deploy:
|
||||
click.echo(
|
||||
crayons.red(
|
||||
'Your Pipfile.lock ({0}) is out of date. Aborting deploy.'.format(
|
||||
old_hash
|
||||
'Your Pipfile.lock ({0}) is out of date. Expected: ({1}). Aborting deploy.'.format(
|
||||
old_hash,
|
||||
new_hash
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user