Skip to content

Commit 73d1a6e

Browse files
committed
forgot to include xml in filename of dashboard
1 parent ec5489b commit 73d1a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/objects/dashboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def getOutputFilepathRelativeToAppRoot(self, config: build) -> pathlib.Path:
102102
)
103103
# Prefix with the appLabel__ in order to make a search for these easy with match="__"
104104
# in the default.xml file
105-
filename = f"{config.app.label}__{self.file_path.stem}".lower().replace(
105+
filename = f"{config.app.label}__{self.file_path.stem}.xml".lower().replace(
106106
" ", "_"
107107
)
108108

0 commit comments

Comments
 (0)