File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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."
You can’t perform that action at this time.
0 commit comments