Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-30 09:35:34 -04:00
parent 2c90f55e26
commit bd6e9eb65d
+3 -2
View File
@@ -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
)
)
)