diff options
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/grep.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/grep.js b/bin/grep.js index ee85ff3..67e5e4a 100644 --- a/bin/grep.js +++ b/bin/grep.js @@ -89,7 +89,7 @@ function test(row){ ) } -const input = fs.createReadStream('./data/gun_violence.csv') +const input = fs.createReadStream('./data/rest/gun_violence.csv') const parser = parse() const stringifier = stringify() const output = fs.createWriteStream('./data/' + search + '.csv') |
