We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b35f24 commit aef551bCopy full SHA for aef551b
1 file changed
config/config.go
@@ -48,7 +48,7 @@ func Set(c *drycc.Client, app string, config api.Config, merge bool) (api.Config
48
}
49
50
u := fmt.Sprintf("/v2/apps/%s/config/", app)
51
- if !merge {
+ if merge {
52
u += "?merge=true"
53
54
0 commit comments