diff --git a/index.js b/index.js index 3e9ae48..ad0d060 100644 --- a/index.js +++ b/index.js @@ -80,7 +80,7 @@ var ibMonitor = new ib({ } else { if (date) { if (date.indexOf("finished") === 0) { - console.log("[PROGRESS: FINIHSED] ".green + date); + console.log("[PROGRESS: FINISHED] ".green + date); // Write data to CSV file history = history.reverse();