From 3eb5af4cd2932e85a11beeb31fce0c84e9eaafec Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Fri, 14 Jun 2019 10:23:40 +1000 Subject: [PATCH] DCD-386: Typo --- bin/run-all-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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