fix: whitelist input

This commit is contained in:
Hydraallen 2024-05-03 17:43:05 +08:00
parent 1f77a9128d
commit 77fda15419

View File

@ -1,3 +1,3 @@
#!bash
./build/healthcheck -root=./examples/repohealth/asciifile -whitelist=.*\.md -whitelist=.*\.json -whitelist=.*\.sh -whitelist=.git.* -whitelist=.*\.txt
./build/healthcheck -root=./examples/repohealth/asciifile -whitelist=".*\.md" -whitelist=".*\.json" -whitelist=".*\.sh" -whitelist=".git.*" -whitelist=".*\.txt"