Skip to content

Commit

Permalink
cmd/run: press enter to select the runbook
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Apr 28, 2024
1 parent 37fe893 commit bc55977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func allowUserToSelectRunbook(ctx context.Context, logger *slog.Logger, cl clien
huh.NewSelect[selectableRunbook]().
Title("Select a runbook").
Options(options...).
Description("Press x to select the runbook you want to run").
Description("Press Enter to select the runbook you want to run").
Height(33).
Value(&selectedRunbook),
),
Expand Down

0 comments on commit bc55977

Please sign in to comment.