Skip to content

Commit 50a2c06

Browse files
authored
Fix typo in Taskfile (#122)
Super minor change and you could do it yourself - just found it and would propose fixing it
1 parent 4df03b2 commit 50a2c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ tasks:
2525
- go test -race ./...
2626

2727
test-coverage:
28-
desc: Runs go tests and calucates test coverage
28+
desc: Runs go tests and calculates test coverage
2929
cmds:
3030
- go test -race -coverprofile=c.out ./...

0 commit comments

Comments
 (0)