From 086222afd2edffabfdb633b24acffe7496785dc9 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 1 Feb 2025 01:02:10 +0100 Subject: [PATCH] tasks/path --- sh/lint/lint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sh/lint/lint.sh b/sh/lint/lint.sh index 23c5f72..53629c9 100644 --- a/sh/lint/lint.sh +++ b/sh/lint/lint.sh @@ -52,6 +52,7 @@ rwx_lint_tasks() { grep \ --directories "recurse" \ --line-number \ - "${type}" + " ${type}" \ + "${path}" done }