Skip to content

Commit ce4d363

Browse files
authored
[BUGFIX] Synchronization of .editorconfig again (#107)
1 parent 76214c1 commit ce4d363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/dist/core-synchronization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ module.exports = async ({github, context, core, exec}, pullRequestBranch, typo3C
338338

339339
try {
340340
const coreEditorconfig = await getCoreFileContent('.editorconfig')
341-
const localFile = 'templates/.editorconfig'
341+
const localFile = 'templates/editorconfig.dist'
342342
const fileReplaced = await replaceFile(localFile, coreEditorconfig)
343343

344344
if (fileReplaced) {

0 commit comments

Comments
 (0)