fix(healthcheck): typo
This commit is contained in:
parent
837f9d9981
commit
fb78026736
|
@ -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",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user