We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc7dd9 commit 388154aCopy full SHA for 388154a
config/config.go
@@ -284,7 +284,7 @@ func saveConfig(cfg *Config) *Config {
284
core.AutoComplete = true
285
core.Output = JSON
286
}
287
- if conf.Section(ini.DEFAULT_SECTION).HasKey("postrequest") {
+ if !conf.Section(ini.DEFAULT_SECTION).HasKey("postrequest") { {
288
core.PostRequest = false
289
290
cfg.Core = core
0 commit comments