Skip to content

Commit

Permalink
add default value to true
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Nov 12, 2024
1 parent bb61ead commit cab45e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/substreams/registry-login.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func checkFileExists(filePath string) bool {
}

func runConfirmForm(title string) (bool, error) {
var confirmOverwrite bool
confirmOverwrite := true

form := huh.NewForm(
huh.NewGroup(
Expand Down

0 comments on commit cab45e0

Please sign in to comment.