We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe01118 commit 29e5846Copy full SHA for 29e5846
1 file changed
internal/commands/setup.go
@@ -76,7 +76,7 @@ func runSetup(cmd *cobra.Command, args []string) error {
76
configLocation = "local config (" + localPath + ")"
77
}
78
79
- err := huh.NewConfirm().
+ err = huh.NewConfirm().
80
Title(fmt.Sprintf("Existing %s found. Reconfigure?", configLocation)).
81
Value(&reconfigure).
82
Run()
0 commit comments