From b5f2897e18b224bc5ad117ee15652208b4eaee9a Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 27 Mar 2020 21:54:16 +0100 Subject: changelog image fix --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 31db306..32041c4 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); }); -- cgit v1.2.1