diff --git a/pkg/healthcheck/repolfs.go b/pkg/healthcheck/repolfs.go index 3f52508..5f01c6a 100644 --- a/pkg/healthcheck/repolfs.go +++ b/pkg/healthcheck/repolfs.go @@ -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, )