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 5226073 commit 098905aCopy full SHA for 098905a
contentctl/output/conf_output.py
@@ -62,7 +62,7 @@ def writeHeaders(self) -> set[pathlib.Path]:
62
def writeMiscellaneousAppFiles(self)->set[pathlib.Path]:
63
written_files:set[pathlib.Path] = set()
64
65
- written_files.add(ConfWriter.writeConfFile(pathlib.Path("content-version.conf"),
+ written_files.add(ConfWriter.writeConfFile(pathlib.Path("default/content-version.conf"),
66
"content-version.j2",
67
self.config,
68
[self.config.app]))
0 commit comments