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 {
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 }
You can’t perform that action at this time.
0 commit comments