Skip to content

Commit 5efb067

Browse files
author
A.A.Abroskin
committed
add lefthook version indicator for run
1 parent 59cd216 commit 5efb067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/run.go

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ func RunCmdExecutor(args []string, fs afero.Fs) error {
104104
var wg sync.WaitGroup
105105

106106
startTime := time.Now()
107+
log.Println(au.Cyan("Lefthook v" + version))
107108
log.Println(au.Cyan("RUNNING HOOKS GROUP:"), au.Bold(hooksGroup))
108109

109110
if isPipedAndParallel(hooksGroup) {

0 commit comments

Comments
 (0)