From c07e6565fa5410e0818a471ae3c89e4f24686c7c Mon Sep 17 00:00:00 2001 From: Jake Malachowski <5766239+jakemalachowski@users.noreply.github.com> Date: Fri, 25 Oct 2024 08:53:41 -0500 Subject: [PATCH] Fix job create description (#75) --- cmd/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/service.go b/cmd/service.go index f0ce3b3..93adfeb 100644 --- a/cmd/service.go +++ b/cmd/service.go @@ -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(),