aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-07-25 11:39:29 +0200
committercodecalm <codecalm@gmail.com>2022-07-25 11:39:29 +0200
commit922f049c3b2f2642d3806f7baf385a013c7d264c (patch)
treee1eaba22dd7e76392538fe1394b5d0ea3516c6f4 /gulpfile.js
parentupdate icons categories (diff)
downloadtabler-icons-922f049c3b2f2642d3806f7baf385a013c7d264c.tar.xz
update icons tags
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 6ae2e11e..687113aa 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -758,7 +758,7 @@ gulp.task('import-categories', function(cb) {
})
gulp.task('import-tags', function(cb) {
- fs.createReadStream('./_import.csv').pipe(csv({
+ fs.createReadStream('./_import.tsv').pipe(csv({
headers: false,
separator: '\t'
})).on('data', (row) => {