Skip to content

Commit 180079a

Browse files
authored
update Taskfile to work on MacOS build (#1604)
When building on MacOS, I needed this tweak to avoid a "command not found" error in the Taskfile
1 parent cb8f6a1 commit 180079a

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
@@ -37,7 +37,7 @@ tasks:
3737
- git submodule init
3838
- git submodule update --recursive
3939
- git config --local submodule.recurse true
40-
- cmd: setup-k8s
40+
- task: setup-k8s
4141
- docker build -t local-dev-init data/
4242
setup-k8s:
4343
cmds:

0 commit comments

Comments
 (0)