diff --git a/bin/run-all-tests b/bin/run-all-tests index 2cc903f..2e95c22 100755 --- a/bin/run-all-tests +++ b/bin/run-all-tests @@ -2,7 +2,7 @@ set -e -# Install dev packages from Pipfile.loc if necessary. +# Install dev packages from Pipfile.lock if necessary. pipenv sync --dev for role in `find roles/ -name molecule | sort`; do