chore(healthcheck): extra newline
All checks were successful
submodules sync / sync (push) Successful in 50s
build / build (push) Successful in 1m55s
build / trigger-build-image (push) Successful in 9s

This commit is contained in:
张泊明518370910136 2025-06-29 03:53:43 -04:00
parent 8ca0125f23
commit 8506887680
GPG Key ID: D47306D7062CDA9D

View File

@ -18,7 +18,7 @@ func RepoLFS(rootDir string) error {
output, err := cmd.CombinedOutput() output, err := cmd.CombinedOutput()
if err != nil { if err != nil {
return fmt.Errorf( return fmt.Errorf(
"error running `git lfs fsck --pointers`: %w, output: %s", "error running `git lfs fsck --pointers`: %w, output:\n%s",
err, err,
output, output,
) )