Skip to content

Commit

Permalink
Fix build by abiding to fs.copyFileSync specification
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-victor committed May 25, 2020
1 parent a1bb557 commit 4433003
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internals/generators/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ module.exports = plop => {
config.path,
`${config.file}.${BACKUPFILE_EXTENSION}`,
),
'utf8',
);
return path.join(
__dirname,
Expand Down

0 comments on commit 4433003

Please sign in to comment.