From 0079b5a38309aa86050856da6fe4a279304fbd22 Mon Sep 17 00:00:00 2001 From: jangxx Date: Tue, 18 Jul 2017 20:33:00 +0200 Subject: [PATCH] config is now correctly loaded from config.json --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a511bb7..a1e45fc 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ const push = require('pushover-notifications'); const util = require('util'); const fs = require('fs'); -const configjson = require('./config.example.json'); +const configjson = require('./config.json'); const ts_notify = configjson["ts-notify"];