We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388154a commit a526f51Copy full SHA for a526f51
1 file changed
config/config.go
@@ -284,8 +284,8 @@ func saveConfig(cfg *Config) *Config {
284
core.AutoComplete = true
285
core.Output = JSON
286
}
287
- if !conf.Section(ini.DEFAULT_SECTION).HasKey("postrequest") { {
288
- core.PostRequest = false
+ if !conf.Section(ini.DEFAULT_SECTION).HasKey("postrequest") {
+ core.PostRequest = true
289
290
cfg.Core = core
291
0 commit comments