Skip to content

Commit 18fcd35

Browse files
committed
changing n into y ❗
1 parent 82acfc9 commit 18fcd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/release_create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Prepared to create release with defaults:
184184
if err != nil {
185185
return err
186186
}
187-
if strings.ToLower(confirmed) == "n" {
187+
if strings.ToLower(confirmed) != "y" {
188188
return errors.New("configuration declined")
189189
}
190190
fmt.Printf("You can use the --confirm-auto or -y flag in the future to skip this prompt.\n")

0 commit comments

Comments
 (0)