typo
This commit is contained in:
parent
220a68fcfa
commit
2338da163f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ var pg = require('pg');
|
||||||
var async = require('async');
|
var async = require('async');
|
||||||
var psqlUrl = require('../lib/options').postgresql
|
var psqlUrl = require('../lib/options').postgresql
|
||||||
|
|
||||||
if (psqlUrl) {
|
if (!psqlUrl) {
|
||||||
console.log('No postgresql entry in config file')
|
console.log('No postgresql entry in config file')
|
||||||
process.exit(1)
|
process.exit(1)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue