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 @@ -317,7 +317,7 @@ func createAgent(ctx context.Context, cmd *cli.Command) error {
317
317
if ! cmd .IsSet ("project" ) {
318
318
useProject := true
319
319
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 )).
321
321
Value (& useProject ).
322
322
Inline (false ).
323
323
WithTheme (util .Theme ))).
@@ -440,7 +440,7 @@ func createAgent(ctx context.Context, cmd *cli.Command) error {
440
440
).Run (); err != nil {
441
441
return err
442
442
} 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" )
444
444
return agentfs .LogHelper (ctx , lkConfig .Agent .ID , "deploy" , project )
445
445
}
446
446
}
You can’t perform that action at this time.
0 commit comments