Browse Source

Fix typo in 'SAVED CONFIG TO' log entry

renovate/lint-staged-8.x
Ben Woosley 7 years ago
parent
commit
db45e84b48
No known key found for this signature in database GPG Key ID: 4D8CA4BA18040906
  1. 2
      app/main.dev.js

2
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')

Loading…
Cancel
Save