diff --git a/taskfile.yaml b/taskfile.yaml index 6be15a1..354dcde 100644 --- a/taskfile.yaml +++ b/taskfile.yaml @@ -48,7 +48,7 @@ tasks: cmds: - echo 'To chat with your running agent, visit:' - echo '' - - echo '{{ indent .INDENT "https://" }}{{ .LIVEKIT_SANDBOX_ID }}.sandbox.staging.livekit.io' + - echo '{{ indent .INDENT "https://" }}{{ .LIVEKIT_SANDBOX_ID }}.sandbox.livekit.io' - echo ''