Skip to content

Commit aef551b

Browse files
authored
fix(controller-sdk-go): set config add merge param (#49)
1 parent 6b35f24 commit aef551b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func Set(c *drycc.Client, app string, config api.Config, merge bool) (api.Config
4848
}
4949

5050
u := fmt.Sprintf("/v2/apps/%s/config/", app)
51-
if !merge {
51+
if merge {
5252
u += "?merge=true"
5353
}
5454

0 commit comments

Comments
 (0)