fix(taskfile): fix syntax error on task `run:onboarding`

Andrey Nering created

Change summary

Taskfile.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

Taskfile.yaml 🔗

@@ -77,7 +77,7 @@ tasks:
     cmds:
       - task: build
       - rm -rf tmp/onboarding
-      - ./crush{exeExt} {{.CLI_ARGS}}
+      - ./crush{{exeExt}} {{.CLI_ARGS}}
 
   test:
     desc: Run tests