mirror of
https://github.com/kennethreitz/pipenvlib.git
synced 2026-06-05 23:10:16 +00:00
Fix typo in PipenvProject init
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ class PipenvProject(object):
|
||||
# Cheat a project-creation by installing, then uninstalling
|
||||
# the Requests library. :)
|
||||
self.install('requests')
|
||||
self.uninstlal('requests')
|
||||
self.uninstall('requests')
|
||||
|
||||
@property
|
||||
def _pipfile_path(self):
|
||||
|
||||
Reference in New Issue
Block a user