Skip to content

Commit

Permalink
fix zap output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Oct 28, 2024
1 parent f00220c commit b5ae45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tools/zap_regen_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def getCodegenTemplates():
targets.append(JinjaCodegenTarget(
generator="summary-markdown",
idl_path="src/controller/data_model/controller-clusters.matter",
output_directory="docs"))
output_directory="docs/ids_and_codes"))

return targets

Expand Down

0 comments on commit b5ae45e

Please sign in to comment.