Skip to content

Commit 3ce7d2a

Browse files
Update comment
Co-authored-by: Théo Monnom <theo.monnom@outlook.com>
1 parent 7907060 commit 3ce7d2a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cmd/lk/simulate.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,7 @@ func runSimulate(ctx context.Context, cmd *cli.Command) error {
272272
)
273273

274274
// --agent-name (even empty) means: run against an already-running agent,
275-
// don't spawn one. An empty name targets the project's default agent — the
276-
// one that auto-joins every room (registered with no agent_name).
275+
// don't spawn one. https://docs.livekit.io/agents/server/agent-dispatch/#automatic
277276
if cmd.IsSet("agent-name") {
278277
// nothing is spawned, so there's no source to generate scenarios from.
279278
if scenariosPath == "" {

0 commit comments

Comments
 (0)