Skip to content

Commit

Permalink
fix errors from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Nov 8, 2018
1 parent 18be92b commit 2b195dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipenv/cli/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def callback(ctx, param, value):
state.installstate.skip_lock = value
return value
return option("--skip-lock", is_flag=True, default=False, expose_value=False,
help=u"Ignore locking mechanisms when installing—use the Pipfile, instead.",
help=u"Skip locking mechanisms and use the Pipfile instead during operation.",
envvar="PIPENV_SKIP_LOCK",
callback=callback, type=click.types.BOOL)(f)
Expand Down

0 comments on commit 2b195dd

Please sign in to comment.