Skip to content

Commit ab24167

Browse files
committed
clarify agent deployment
1 parent af52ffe commit ab24167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/lk/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ func createAgent(ctx context.Context, cmd *cli.Command) error {
526526
lkConfig = config.NewLiveKitTOML(subdomainMatches[1]).WithDefaultAgent()
527527
}
528528
if !silent {
529-
fmt.Printf("Creating new agent\n")
529+
fmt.Printf("Creating new agent deployment\n")
530530
}
531531

532532
secrets, err := requireSecrets(ctx, cmd, false, false)

0 commit comments

Comments
 (0)