mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -0,0 +1 @@
|
||||
Fix the wrong order of old and new hashes in message.
|
||||
+2
-2
@@ -1186,9 +1186,9 @@ def do_init(
|
||||
)
|
||||
else:
|
||||
if old_hash:
|
||||
msg = fix_utf8("Pipfile.lock ({1}) out of date, updating to ({0})…")
|
||||
msg = fix_utf8("Pipfile.lock ({0}) out of date, updating to ({1})…")
|
||||
else:
|
||||
msg = fix_utf8("Pipfile.lock is corrupted, replaced with ({0})…")
|
||||
msg = fix_utf8("Pipfile.lock is corrupted, replaced with ({1})…")
|
||||
click.echo(
|
||||
crayons.red(msg.format(old_hash[-6:], new_hash[-6:]), bold=True),
|
||||
err=True,
|
||||
|
||||
Reference in New Issue
Block a user