Skip to content

Commit

Permalink
add lefthook version indicator for run
Browse files Browse the repository at this point in the history
  • Loading branch information
A.A.Abroskin committed Jul 12, 2019
1 parent 59cd216 commit 5efb067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func RunCmdExecutor(args []string, fs afero.Fs) error {
var wg sync.WaitGroup

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

if isPipedAndParallel(hooksGroup) {
Expand Down

0 comments on commit 5efb067

Please sign in to comment.