Skip to content

Commit 83ef52d

Browse files
committed
Add missing hookPrintResults
1 parent 0114ae2 commit 83ef52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/hook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@ Gitea or set your environment appropriately.`, "")
267267
}
268268

269269
if count == 0 {
270-
271270
fmt.Fprintf(os.Stdout, "Processed %d references in total\n", total)
272271
os.Stdout.Sync()
273272

273+
hookPrintResults(results)
274274
return nil
275275
}
276276

0 commit comments

Comments
 (0)