Fix show_style tool broken since 1.8.1
This commit is contained in:
parent
312194228a
commit
bbd4db6ddb
@ -38,7 +38,8 @@ if ( ! username ) usage(me, 1);
|
|||||||
console.log("Using environment " + ENV);
|
console.log("Using environment " + ENV);
|
||||||
|
|
||||||
global.environment = require('../config/environments/' + ENV);
|
global.environment = require('../config/environments/' + ENV);
|
||||||
var serverOptions = require('../lib/cartodb/server_options'); // _after_ setting global.environment
|
// _after_ setting global.environment
|
||||||
|
var serverOptions = require('../lib/cartodb/server_options')();
|
||||||
|
|
||||||
var client;
|
var client;
|
||||||
var dbname;
|
var dbname;
|
||||||
|
Loading…
Reference in New Issue
Block a user