(Typo: requriements -> requirements)

This commit is contained in:
Pi Delport
2019-06-06 21:53:26 +02:00
committed by GitHub
parent 53e33bdf91
commit 3880b1affa
+1 -1
View File
@@ -26,7 +26,7 @@ fi
if [ ! "$SKIP_PIPENV_INSTALL" ]; then
# Pipenv support (Generate requriements.txt with pipenv).
# Pipenv support (Generate requirements.txt with pipenv).
if [[ -f Pipfile ]]; then
# Measure that we're using Pipenv.
mcount "tool.pipenv"