mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
typo
This commit is contained in:
parent
caffda67f2
commit
4f00e5ab1a
@ -69,7 +69,7 @@ test('application_name from connection string', function(){
|
||||
var conParams = require(__dirname + '/../../../lib/connection-parameters');
|
||||
var conf;
|
||||
if (process.argv[2]) {
|
||||
conf = new conParams(process.argv[2]+'/?application_name='+appName);
|
||||
conf = new conParams(process.argv[2]+'?application_name='+appName);
|
||||
} else {
|
||||
conf = 'postgres://?application_name='+appName;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user