diff --git a/Taskfile.yaml b/Taskfile.yaml index 4b0ddcc4..e1a2d331 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -35,7 +35,7 @@ tasks: silent: true desc: Run 'golangci-lint' cmds: - - golangci-lint --path-prefix "{{ .USER_WORKING_DIR }}" run --fix + - golangci-lint --path-prefix "{{ .TASKFILE_DIR }}" run --fix test: desc: Run mocked tests, need nothing.