1
0
forked from JOJ/JOJ3

chore(healthcheck): extra newline

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

View File

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