We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b72940 commit d14f92fCopy full SHA for d14f92f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.4.1 (2020-10-27)
2
+==================
3
+- Fixed TypeError when using `resource_group` on site Azure configuration
4
+
5
6
0.4.0 (2020-10-27)
7
==================
8
- Add Contentful support
src/mach/parse.py
@@ -79,7 +79,7 @@ def resolve_general_config(config: MachConfig) -> MachConfig: # noqa: C901
79
click.style(
80
(
81
" Make sure it wasn't managed by MACH before otherwise "
82
- "the resource group will get deleted.",
+ "the resource group will get deleted."
83
),
84
fg="red",
85
)
0 commit comments