From 9b12cc0236be1639306f6f624558155c3ae3d416 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 6 Nov 2021 03:04:14 -0400 Subject: [PATCH] Add newline to start of lint --- lint | 1 + 1 file changed, 1 insertion(+) diff --git a/lint b/lint index e940025b..929c085c 100755 --- a/lint +++ b/lint @@ -1,4 +1,5 @@ #!/usr/bin/env bash + if ! which flake8 &>/dev/null; then echo "Flake8 is required to lint this project" exit 1