This commit is contained in:
2017-01-24 19:33:57 -05:00
parent 533b05611a
commit 33b8a61301
+1 -1
View File
@@ -138,7 +138,7 @@ def do_install_dependencies(dev=False, only=False, bare=False, allow_global=Fals
def do_download_dependencies(dev=False, only=False, bare=False):
""""Executes the install functionality."""
""""Executes the download functionality."""
# Load the Pipfile.
p = pipfile.load(project.pipfile_location)