Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v committed Sep 26, 2024
1 parent e413827 commit d0633ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/job/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func initialMessages(ctx context.Context, envs map[string]string) executor.Execu
return executor.ExecuteOutput{
Message: api.Message{
BaseBody: api.Body{
Plaintext: fmt.Sprintf("Please select the Job name %s", flagKey),
Plaintext: "Please select the Job name",
},
Sections: []api.Section{
{
Expand Down

0 comments on commit d0633ee

Please sign in to comment.