fix(healthcheck): typo
Some checks failed
submodules sync / sync (push) Successful in 36s
build / build (push) Failing after 0s
build / trigger-build-image (push) Has been skipped

This commit is contained in:
张泊明518370910136 2025-02-09 10:11:17 -05:00
parent 837f9d9981
commit fb78026736
GPG Key ID: D47306D7062CDA9D

View File

@ -16,7 +16,7 @@ func RepoSize(confSize float64) error {
cmd := exec.Command(
"git",
"-c",
"safe.directory='*'",
"safe.directory=*",
"count-objects",
"-v",
)