Steve Thielemann 2 rokov pred
rodič
commit
3ea2fb17e2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      config.go

+ 1 - 1
config.go

@@ -79,5 +79,5 @@ func SaveConfig(filename string, config map[string]string) error {
 func SetConfigDefault(config *map[string]string, key string, value string) bool {
 	_, ok := (*config)[key]
 	(*config)[key] = value
-	return !ok
+	return ok
 }