Skip to content

Commit db91bca

Browse files
committed
fix taskfile
1 parent 675c16c commit db91bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ tasks:
1010
cmds:
1111
- echo -e "Setting up sandbox..."
1212
- platforms: [darwin]
13-
cmd: sed -i "" "s/sandboxID = \"\"/sandboxID = \"{{.LIVEKIT_SANDBOX_ID}}\"/g" "{{.ROOT_DIR}}/{{.TOKEN_FILE}}"
13+
cmd: sed -i "" "s/sandboxID = ''/sandboxID = '{{.LIVEKIT_SANDBOX_ID}}'/g" "{{.ROOT_DIR}}/{{.TOKEN_FILE}}"
1414
- platforms: [linux, windows]
15-
cmd: sed -i "s/sandboxID = \"\"/sandboxID = \"{{.LIVEKIT_SANDBOX_ID}}\"/g" "{{.ROOT_DIR}}/{{.TOKEN_FILE}}"
15+
cmd: sed -i "s/sandboxID = ''/sandboxID = '{{.LIVEKIT_SANDBOX_ID}}'/g" "{{.ROOT_DIR}}/{{.TOKEN_FILE}}"
1616
- echo -e "\nYour React-Native voice assistant is ready to go!\n"
1717
- echo -e "To give it a try, run \"npx expo start\" to run the app."
1818
- 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)