mirror of
https://github.com/EndPwnArchive/bspwn-scraper.git
synced 2024-08-15 00:03:26 +00:00
typo
This commit is contained in:
parent
1f57127ab9
commit
93d5111d0f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ function patch(target, resolve) {
|
|||
archive.pipe(output);
|
||||
archive.directory(path, 'core');
|
||||
archive.file(__dirname + '/files/index.js', { name: 'index.js' });
|
||||
archive.file(target + '/package.json', { name: 'package.json' });
|
||||
archive.file(config.target + '/package.json', { name: 'package.json' });
|
||||
archive.finalize();
|
||||
|
||||
//output.close(resolve);
|
||||
|
|
Loading…
Reference in a new issue