diff --git a/gulpfile.js b/gulpfile.js index 31db306dd..32041c490 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -488,7 +488,7 @@ gulp.task('changelog-image', function (cb) { let newIcons = []; - ret.replace(/[AD]\s+src\/_icons\/([a-z1-9-]+)\.svg/g, function (m, fileName) { + ret.replace(/[AD]\s+src\/_icons\/([a-z0-9-]+)\.svg/g, function (m, fileName) { newIcons.push(fileName); });