sureshanaparti commented on code in PR #161:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/pull/161#discussion_r2065933526


##########
config/config.go:
##########
@@ -284,7 +284,7 @@ func saveConfig(cfg *Config) *Config {
                        core.AutoComplete = true
                        core.Output = JSON
                }
-               if conf.Section(ini.DEFAULT_SECTION).HasKey("postrequest") {
+               if !conf.Section(ini.DEFAULT_SECTION).HasKey("postrequest") { {

Review Comment:
   @kevin-lii check this, build fails



-- 
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: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to