Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v committed Oct 1, 2024
1 parent 9c06e33 commit 2d7bec1
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 @@ -409,7 +409,7 @@ func showBothSelects(ctx context.Context, envs map[string]string, details stateD
return executor.ExecuteOutput{
Message: api.Message{
BaseBody: api.Body{
Plaintext: fmt.Sprintf("Please select the Job parameters for %s. Job is: %s", details.job),
Plaintext: fmt.Sprintf("Please select the Job parameters for %s", details.job),
},
Sections: sections,
OnlyVisibleForYou: true,
Expand Down

0 comments on commit 2d7bec1

Please sign in to comment.