Skip to content

Commit 244eae0

Browse files
authored
chore: slight tweaks to cloud agent messaging (#640)
1 parent 6582e55 commit 244eae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/lk/agent.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ func createAgent(ctx context.Context, cmd *cli.Command) error {
317317
if !cmd.IsSet("project") {
318318
useProject := true
319319
if err := huh.NewForm(huh.NewGroup(huh.NewConfirm().
320-
Title(fmt.Sprintf("Use project [%s] with subdomain [%s] to create agent?", project.Name, subdomainMatches[1])).
320+
Title(fmt.Sprintf("Use [%s] (%s) to create agent deployment?", project.Name, project.URL)).
321321
Value(&useProject).
322322
Inline(false).
323323
WithTheme(util.Theme))).
@@ -440,7 +440,7 @@ func createAgent(ctx context.Context, cmd *cli.Command) error {
440440
).Run(); err != nil {
441441
return err
442442
} else if viewLogs {
443-
fmt.Println("Tailing logs...safe to exit at any time")
443+
fmt.Println("Tailing runtime logs...safe to exit at any time")
444444
return agentfs.LogHelper(ctx, lkConfig.Agent.ID, "deploy", project)
445445
}
446446
}

0 commit comments

Comments
 (0)