DaanHoogland commented on code in PR #161:
URL:
https://github.com/apache/cloudstack-cloudmonkey/pull/161#discussion_r2063309680
##########
config/config.go:
##########
@@ -282,6 +284,9 @@ func saveConfig(cfg *Config) *Config {
core.AutoComplete = true
core.Output = JSON
}
+ if conf.Section(ini.DEFAULT_SECTION).HasKey("postrequest") {
Review Comment:
@kevin-lii , @sureshanaparti sugested
`**_!_**conf.Section(ini.DEFAITL_SECTION).HasKey(“postrequest”)`, you have
without the negation. Are you sure this is what you intend to do?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]