Skip to content

Commit fbfdb9a

Browse files
authored
chore(task): remove deprecated output option (#64)
1 parent 41f63e0 commit fbfdb9a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

taskfile.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
version: "3"
2-
output: interleaved
32
dotenv: [".env.local"]
43

54
tasks:
@@ -15,4 +14,4 @@ tasks:
1514
cmd: sed -i "s/sandboxID = \"\"/sandboxID = \"{{.LIVEKIT_SANDBOX_ID}}\"/g" "{{.ROOT_DIR}}/{{.TOKEN_FILE}}"
1615
- echo -e "\nYour Android agent example project is ready to go!\n"
1716
- echo -e "To give it a try, open the project in Android Studio and run the app."
18-
- echo -e "\nFor more help view your project's README.md file or join our Slack community at https://livekit.io/join-slack."
17+
- echo -e "\nFor more help view your project's README.md file or join our Slack community at https://livekit.io/join-slack."

0 commit comments

Comments
 (0)