diff options
author | codecalm <codecalm@gmail.com> | 2020-06-05 18:39:34 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-05 18:39:34 +0200 |
commit | dc7373b67d6615a3afdb23b63253e6e2d7e64e58 (patch) | |
tree | 7d0c455fe50503d28726c48bac249485b0e69ad2 /gulpfile.js | |
parent | `brand-android` (diff) | |
download | tabler-icons-dc7373b67d6615a3afdb23b63253e6e2d7e64e58.tar.xz |
build 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 86f4fc99..43c55a77 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -490,7 +490,7 @@ gulp.task('changelog-image', function (cb) { let newIcons = []; - ret.replace(/[AD]\s+src\/_icons\/([a-z0-9-]+)\.svg/g, function (m, fileName) { + ret.replace(/[A]\s+src\/_icons\/([a-z0-9-]+)\.svg/g, function (m, fileName) { newIcons.push(fileName); }); |