Skip to content

Fix bug overriding default options in config

Choose a tag to compare

@dylancwood dylancwood released this 21 Jul 05:33
· 41 commits to master since this release

When merging config.defaults with an action-specific config (e.g. config.create), the merge was done in the wrong order, thus causing the defaults to override the action-specific values. Added tests and fixed bug.