chore(healthcheck): extra newline
This commit is contained in:
parent
8ca0125f23
commit
8506887680
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user