From cb8ad83a06629442a9c6e7cc080b6186fe8b7b57 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 26 Sep 2017 10:12:02 -0400 Subject: [PATCH] capitalize Pipfile.lock Signed-off-by: Kenneth Reitz <me@kennethreitz.org> --- bin/steps/pipenv-python-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/pipenv-python-version b/bin/steps/pipenv-python-version index b434fefb..361668f2 100755 --- a/bin/steps/pipenv-python-version +++ b/bin/steps/pipenv-python-version @@ -6,7 +6,7 @@ if [[ -f $BUILD_DIR/Pipfile ]]; then if [[ ! -f $BUILD_DIR/runtime.txt ]]; then if [[ ! -f $BUILD_DIR/Pipfile.lock ]]; then - puts-warn "No 'pipfile.lock' found! We recommend you commit this into your repository." + puts-warn "No 'Pipfile.lock' found! We recommend you commit this into your repository." fi if [[ -f $BUILD_DIR/Pipfile.lock ]]; then set +e -- GitLab