Skip to content

Commit

Permalink
Fix: log msg (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho authored Dec 10, 2021
1 parent f0712f8 commit 604b4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/mockgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (r Runner) Mockgen() {

err = runner.Run()
if err != nil {
return fmt.Errorf("failed to run mockgen: %v \nPlease run `%s` and check if mockgen works correctly with your options", err, r.MockgenRunner)
return fmt.Errorf("failed to run mockgen: %v \nPlease run `%s` and check if mockgen works correctly with your options", err, runner)
}

checksum, err := util.CalculateCheckSum(runner.GetDestination())
Expand Down

0 comments on commit 604b4c4

Please sign in to comment.