aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-27 21:54:16 +0100
committercodecalm <codecalm@gmail.com>2020-03-27 21:54:16 +0100
commitb5f2897e18b224bc5ad117ee15652208b4eaee9a (patch)
treebefcdbe9a8d3cfe3c77ca44a3de026666438a8f0 /gulpfile.js
parentchrome logo (diff)
downloadtabler-icons-b5f2897e18b224bc5ad117ee15652208b4eaee9a.tar.xz
changelog image fix
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
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);
});