Skip to content

Commit

Permalink
Merge pull request #1193 from uda/master
Browse files Browse the repository at this point in the history
Pass clear flag to lock when updating
  • Loading branch information
kennethreitz committed Dec 18, 2017
2 parents 8e24b65 + 26246b5 commit 58e5fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 58e5fee

Please sign in to comment.