Skip to content

Commit

Permalink
Fixing linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd committed Nov 14, 2023
1 parent 3e96320 commit 94d3175
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cli/prompts_custom_text.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ func updatePromptsTextCmd(cli *cli) *cobra.Command {

func showPromptsText(cli *cli, inputs *promptsTextInput) func(cmd *cobra.Command, args []string) error {
return func(cmd *cobra.Command, args []string) error {

if len(args) == 0 {
if err := customTextPrompt.Pick(cmd, &inputs.Prompt, customTextPromptOptions); err != nil {
return err
Expand Down

0 comments on commit 94d3175

Please sign in to comment.