Skip to content

Commit d14f92f

Browse files
committed
Fixed TypeError when using resource_group
1 parent 5b72940 commit d14f92f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
0.4.0 (2020-10-27)
27
==================
38
- Add Contentful support

src/mach/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def resolve_general_config(config: MachConfig) -> MachConfig: # noqa: C901
7979
click.style(
8080
(
8181
" Make sure it wasn't managed by MACH before otherwise "
82-
"the resource group will get deleted.",
82+
"the resource group will get deleted."
8383
),
8484
fg="red",
8585
)

0 commit comments

Comments
 (0)