Skip to content

Commit 5dc7dd9

Browse files
author
Kevin Li
committed
Changing postRequest from true to false
1 parent 4a7d833 commit 5dc7dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ func saveConfig(cfg *Config) *Config {
285285
core.Output = JSON
286286
}
287287
if conf.Section(ini.DEFAULT_SECTION).HasKey("postrequest") {
288-
core.PostRequest = true
288+
core.PostRequest = false
289289
}
290290
cfg.Core = core
291291
}

0 commit comments

Comments
 (0)