diff options
author | codecalm <codecalm@gmail.com> | 2020-03-27 21:54:16 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-27 21:54:16 +0100 |
commit | b5f2897e18b224bc5ad117ee15652208b4eaee9a (patch) | |
tree | befcdbe9a8d3cfe3c77ca44a3de026666438a8f0 /gulpfile.js | |
parent | chrome logo (diff) | |
download | tabler-icons-b5f2897e18b224bc5ad117ee15652208b4eaee9a.tar.xz |
changelog image fix
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 31db306d..32041c49 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); }); |