Skip to content

Commit

Permalink
fix: bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Jun 17, 2024
1 parent 0e89fac commit fbba16c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tasks:

generate:struct2interface:
cmds:
- go run ./cmd/kod struct2interface .
- PATH=$PATH:$GOBIN go run ./cmd/kod struct2interface .
deps:
- install:mockgen

Expand All @@ -53,7 +53,7 @@ tasks:

lint:golangci-lint:
cmd: |
golangci-lint run ./...
$GOBIN/golangci-lint run ./...
deps:
- install:golangci-lint

Expand Down

0 comments on commit fbba16c

Please sign in to comment.