Skip to content

Commit a82a63c

Browse files
committed
footer
1 parent 242634e commit a82a63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/makage/src/commands/assets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export async function runAssets(_args: string[]) {
99
// README + FOOTER -> dist/README.md
1010
await runReadmeFooter([
1111
'--source', 'README.md',
12-
'--footer', 'FOOTER.md',
12+
'--footer', '../../FOOTER.md',
1313
'--dest', path.join('dist', 'README.md')
1414
]);
1515
}

0 commit comments

Comments
 (0)