Skip to content

Commit b1b3ab1

Browse files
PiDelportCaseyFaist
authored andcommitted
(Typo: requriements -> requirements)
1 parent 149c046 commit b1b3ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/steps/pipenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fi
2626

2727

2828
if [ ! "$SKIP_PIPENV_INSTALL" ]; then
29-
# Pipenv support (Generate requriements.txt with pipenv).
29+
# Pipenv support (Generate requirements.txt with pipenv).
3030
if [[ -f Pipfile ]]; then
3131
# Measure that we're using Pipenv.
3232
mcount "tool.pipenv"

0 commit comments

Comments
 (0)