Skip to content

Commit eea9a7f

Browse files
authored
Fix code comment typo in bin/steps/pipenv (#1076)
1 parent 215a3e3 commit eea9a7f

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
@@ -9,7 +9,7 @@ set -e
99
if [[ -f Pipfile.lock ]]; then
1010
if [[ -f .heroku/python/Pipfile.lock.sha256 ]]; then
1111
if [[ $(openssl dgst -sha256 Pipfile.lock) == $(cat .heroku/python/Pipfile.lock.sha256) ]]; then
12-
# Don't skip installation of there are git deps.
12+
# Don't skip installation if there are git deps.
1313
if ! grep -q 'git' Pipfile.lock; then
1414
echo "Skipping installation, as Pipfile.lock hasn't changed since last deploy." | indent
1515

0 commit comments

Comments
 (0)