🌐 AI搜索 & 代理 主页
Skip to content

Commit c03bc5b

Browse files
committed
Fix Taskfile deps
Signed-off-by: Patrick <patrick.weiss@iteratec.com>
1 parent b5399ab commit c03bc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanners/git-repo-scanner/Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tasks:
1616
test:unit:
1717
desc: Run unit tests for git-repo-scanner
1818
deps:
19-
- scanner:test:setup
19+
- test:setup
2020
cmds:
2121
- bun test {{ .TASKFILE_DIR }}/parser/
2222
- cd {{ .TASKFILE_DIR }}/scanner && go test ./...

0 commit comments

Comments
 (0)