From db45e84b486146a50c98218b9d6e6f78b4d05a9e Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Tue, 29 May 2018 05:09:39 -0700 Subject: [PATCH] Fix typo in 'SAVED CONFIG TO' log entry --- app/main.dev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.dev.js b/app/main.dev.js index 92e189e3..23dabfaf 100644 --- a/app/main.dev.js +++ b/app/main.dev.js @@ -283,7 +283,7 @@ app.on('ready', async () => { autopilot: options.autopilot } - console.log('SAVED CONFIG TO:', store.pathm, 'AS', store.store) + console.log('SAVED CONFIG TO:', store.path, 'AS', store.store) if (options.connectionType === 'local') { console.log('LOOKING FOR LOCAL LND')