From edc9ce72052cf35be4db0ccd2785d6739fc73799 Mon Sep 17 00:00:00 2001
From: Andrew Pennebaker <andrew.pennebaker@gmail.com>
Date: Wed, 3 Jan 2024 16:53:40 -0600
Subject: [PATCH] simplify

---
 makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile
index 17f70247..adc3fc22 100644
--- a/makefile
+++ b/makefile
@@ -17,7 +17,7 @@ all: lint
 audit: safety
 
 bashate:
-	stank . | \
+	stank -exInterp zsh . | \
 		grep -v .sample | \
 		xargs -n 1 bashate -i E006