We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5fafd commit 2898638Copy full SHA for 2898638
cmd/lk/agent.go
@@ -365,7 +365,7 @@ func createAgent(ctx context.Context, cmd *cli.Command) error {
365
return err
366
}
367
368
- fmt.Printf("Created agent [%s] with ID [%s]\n", util.Accented(resp.AgentName), util.Accented(resp.AgentId))
+ fmt.Printf("Created agent with ID [%s]\n", util.Accented(resp.AgentId))
369
err = agentfs.Build(ctx, resp.AgentId, "deploy", project)
370
if err != nil {
371
0 commit comments