mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #1193 from uda/master
Pass clear flag to lock when updating
This commit is contained in:
+1
-1
@@ -2556,7 +2556,7 @@ def update(ctx, dev=False, three=None, python=None, dry_run=False, bare=False, d
|
||||
do_purge()
|
||||
|
||||
# Lock.
|
||||
do_lock(pre=pre)
|
||||
do_lock(clear=clear, pre=pre)
|
||||
|
||||
# Install everything.
|
||||
do_init(dev=dev, verbose=verbose, concurrent=concurrent)
|
||||
|
||||
Reference in New Issue
Block a user