diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index 436c3296..7fe1b406 100644 --- a/pipenv/pipenv.1 +++ b/pipenv/pipenv.1 @@ -1344,28 +1344,28 @@ Update vendored dependencies and invocations .INDENT 2.0 .IP \(bu 2 Update vendored and patched dependencies -\- Update patches on \fBpiptools\fP, \fBpip\fP, \fBpip\-shims\fP, +\- Update patches on \fBpiptools\fP, \fBpip\fP, \fBpip\-shims\fP, .nf \(ga\(ga .fi tomlkit\(ga .IP \(bu 2 Fix invocations of dependencies -\- Fix custom +\- Fix custom .nf \(ga\(ga .fi InstallCommand\(ga instantiation -\- Update +\- Update .nf \(ga\(ga .fi PackageFinder\(ga usage -\- Fix +\- Fix .nf \(ga\(ga .fi -Bool\(ga stringify attempts from +Bool\(ga stringify attempts from .nf \(ga\(ga .fi diff --git a/tasks/__init__.py b/tasks/__init__.py index 27e9bd51..961ec1ef 100644 --- a/tasks/__init__.py +++ b/tasks/__init__.py @@ -9,4 +9,3 @@ from . import release, vendoring ROOT = Path(".").parent.parent.absolute() ns = invoke.Collection(vendoring, release, release.clean_mdchangelog) -