Skip to content

Commit 098905a

Browse files
committed
make sure that content-version is written to the correct directory.
1 parent 5226073 commit 098905a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/output/conf_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def writeHeaders(self) -> set[pathlib.Path]:
6262
def writeMiscellaneousAppFiles(self)->set[pathlib.Path]:
6363
written_files:set[pathlib.Path] = set()
6464

65-
written_files.add(ConfWriter.writeConfFile(pathlib.Path("content-version.conf"),
65+
written_files.add(ConfWriter.writeConfFile(pathlib.Path("default/content-version.conf"),
6666
"content-version.j2",
6767
self.config,
6868
[self.config.app]))

0 commit comments

Comments
 (0)