From edff3780a8e7beb95868c0774326d4a4b887beb4 Mon Sep 17 00:00:00 2001 From: Hydraallen <wangruiallen@gmail.com> Date: Fri, 3 May 2024 22:11:30 +0800 Subject: [PATCH] fix: script --- stdin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdin.sh b/stdin.sh index 9161088..a930e18 100644 --- a/stdin.sh +++ b/stdin.sh @@ -1,3 +1,3 @@ #!bash -./build/healthcheck -root=./examples/healthcheck/forbiddenfile -whitelist=.*\.md -whitelist=.git.* -dronebranch=master +./build/healthcheck -root=./examples/healthcheck/forbiddenfile -whitelist"=.*\.md" -whitelist=".git.*" -dronebranch=master