Skip to content

Commit e58dad1

Browse files
committed
feature(REPORT-342363): public repo
1 parent 8f8b52e commit e58dad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const download = require("gulp-download");
33
const { createReadStream } = require('fs');
44
const { rm, mkdir } = require('shelljs');
55
const unzipper = require('unzipper');
6-
const puppeteerPath = './wwwroot/scripts/puppeteer/Win-901912';
6+
const puppeteerPath = './wwwroot/puppeteer/Win-901912';
77

88
gulp.task('puppeteer-download', (done) => {
99
mkdir('-p', `${puppeteerPath}`);

0 commit comments

Comments
 (0)