Skip to content

Commit aba363d

Browse files
committed
fix syntax error
1 parent 869b6d3 commit aba363d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Taskfile.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ tasks:
6666
build:all:
6767
desc: Build for all OS
6868
cmds:
69-
- task: build_windows
70-
- task: build_linux
71-
- task: build_darwin
69+
- task: build:windows
70+
- task: build:linux
71+
- task: build:darwin
7272

7373
test:
7474
desc: Run all tests with verbose output

0 commit comments

Comments
 (0)