Skip to content

Commit 8b0394a

Browse files
committed
Fixes comments.
1 parent 3948a55 commit 8b0394a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ function create() {
7272
// Loop over the files array inorder to rename and replace
7373
// the placeholder text in each one.
7474
files.forEach((file) => {
75-
// set up individual file paths and perform file name
76-
// replacements to prepare dest file path.
75+
// set up individual file paths and perform file name replacements.
7776
const fileSrcDir = path.dirname(file);
7877
const fileSrcName = path.basename(file);
7978
const fileDestName = fileSrcName

0 commit comments

Comments
 (0)