Skip to content

Commit a526f51

Browse files
author
Kevin Li
committed
Fixing confusion
1 parent 388154a commit a526f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ func saveConfig(cfg *Config) *Config {
284284
core.AutoComplete = true
285285
core.Output = JSON
286286
}
287-
if !conf.Section(ini.DEFAULT_SECTION).HasKey("postrequest") { {
288-
core.PostRequest = false
287+
if !conf.Section(ini.DEFAULT_SECTION).HasKey("postrequest") {
288+
core.PostRequest = true
289289
}
290290
cfg.Core = core
291291
}

0 commit comments

Comments
 (0)