From 4359669d64145106f41cedc96f90d691acafb9e3 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Fri, 10 Apr 2026 13:02:56 -0600 Subject: [PATCH] chore(task): remove deprecated output option --- taskfile.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/taskfile.yaml b/taskfile.yaml index 67a5884..91e8884 100644 --- a/taskfile.yaml +++ b/taskfile.yaml @@ -1,5 +1,4 @@ version: "3" -output: interleaved dotenv: [".env.local"] tasks: @@ -15,4 +14,4 @@ tasks: cmd: sed -i "s/sandboxID = \"\"/sandboxID = \"{{.LIVEKIT_SANDBOX_ID}}\"/g" "{{.ROOT_DIR}}/{{.TOKEN_FILE}}" - echo -e "\nYour Android agent example project is ready to go!\n" - echo -e "To give it a try, open the project in Android Studio and run the app." - - echo -e "\nFor more help view your project's README.md file or join our Slack community at https://livekit.io/join-slack." \ No newline at end of file + - echo -e "\nFor more help view your project's README.md file or join our Slack community at https://livekit.io/join-slack."