fix(healthcheck): typo
This commit is contained in:
parent
837f9d9981
commit
fb78026736
|
@ -16,7 +16,7 @@ func RepoSize(confSize float64) error {
|
|||
cmd := exec.Command(
|
||||
"git",
|
||||
"-c",
|
||||
"safe.directory='*'",
|
||||
"safe.directory=*",
|
||||
"count-objects",
|
||||
"-v",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user