Skip to content

Commit

Permalink
lint: 🤔
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Nov 20, 2024
1 parent 28c616a commit ee1b87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ func askForConfirmation(s string) bool {
reader := bufio.NewReader(os.Stdin)

for {
color.Successf(s)
color.Successf(s) // nolint:govet
fmt.Print(" [y/n]: ")

response, err := reader.ReadString('\n')
Expand Down

0 comments on commit ee1b87d

Please sign in to comment.