From 4f1130d6639ca93cd827f8c2bdaed1c3864f1af3 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 28 Dec 2021 16:56:52 +0100 Subject: [PATCH] [mod] test.shell: add utils/lib_redis.sh to shellcheck procedure Signed-off-by: Markus Heiser --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e91d81e7..c15a2345 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,7 @@ test.shell: utils/lib_nvm.sh \ utils/lib_static.sh \ utils/lib_go.sh \ + utils/lib_redis.sh \ utils/filtron.sh \ utils/searx.sh \ utils/morty.sh \