Skip to content

Commit 3b20757

Browse files
bcomnesCopilot
andauthored
Update lib/build-copy/index.js
Co-authored-by: Copilot <[email protected]>
1 parent 5223293 commit 3b20757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build-copy/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export async function buildCopy (_src, dest, _siteData, opts) {
5353
const buildError = new Error('Error copying copy folders', { cause: result.reason })
5454
results.errors.push(buildError)
5555
} else {
56-
results.report[copyDir.src] = result.value
56+
results.report[copyDir] = result.value
5757
}
5858
}
5959
return results

0 commit comments

Comments
 (0)