ttsukagoshi / csv2gsheets

CLI tool to convert local CSV files into Google Sheets files in a designated Google Drive folder. Users can choose whether to update an existing Sheets file, or create a new one.
https://www.npmjs.com/package/csv2gsheets
MIT License
3 stars 0 forks source link

Fix `if` condition: `isRoot` -> `!isRoot` #95

Closed ttsukagoshi closed 9 months ago

ttsukagoshi commented 9 months ago

Fix #94

Fix corresponding tests as well.