Skip to content
Snippets Groups Projects
Commit cb8ad83a authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

capitalize Pipfile.lock


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent 6fe93c9b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment