From 60bd4d80b09c6883a9057de2bd81ef3b11cec44a Mon Sep 17 00:00:00 2001 From: Hydraallen Date: Fri, 3 May 2024 22:13:27 +0800 Subject: [PATCH] fix: script --- stdin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdin.sh b/stdin.sh index a930e18..d91bd6e 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