1
0
forked from JOJ/JOJ3

fix(healthcheck): typo

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

View File

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