Skip to content

Commit f7e9338

Browse files
authored
Merge pull request #2071 from finos/tkp/morecopypasta
Actually copy readme this time, fixes incomplete #1991
2 parents 349bd7f + 8b48239 commit f7e9338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/script_utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ exports.copy_files_to_python_folder = () => {
310310
});
311311
fse.copySync(cpp, resolve`${dist}/src`, { preserveTimestamps: true });
312312
fse.copySync(lic, dlic, { preserveTimestamps: true });
313-
fse.copySync(dlic, dreadme, { preserveTimestamps: true });
313+
fse.copySync(readme, dreadme, { preserveTimestamps: true });
314314
fse.copySync(cmake, dcmake, { preserveTimestamps: true });
315315
};
316316

0 commit comments

Comments
 (0)