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 345d006 commit 2a80d20Copy full SHA for 2a80d20
src/mach/parse.py
@@ -61,7 +61,7 @@ def resolve_general_config(config: MachConfig) -> MachConfig:
61
62
for site in config.sites:
63
if site.azure:
64
- site.merge(config.general_config.azure)
+ site.azure.merge(config.general_config.azure)
65
else:
66
site.azure = SiteAzureSettings.from_config(config.general_config.azure)
67
0 commit comments