Skip to content

Commit

Permalink
Fix job create description (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemalachowski authored Oct 25, 2024
1 parent 5bd0447 commit c07e656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func selectResource(ctx context.Context) func(resource.Resource) tea.Cmd {
{
command: PaletteCommand{
Name: "jobs create",
Description: "List jobs for the service",
Description: "Create a new job for the service",
Action: func(ctx context.Context, args []string) tea.Cmd {
return InteractiveJobCreate(ctx, JobCreateInput{
ServiceID: r.ID(),
Expand Down

0 comments on commit c07e656

Please sign in to comment.