Fix show_style tool broken since 1.8.1
This commit is contained in:
parent
a5b091eec8
commit
8aeadd1960
2
NEWS.md
2
NEWS.md
@ -2,6 +2,8 @@
|
||||
--------------------
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- Fix show_style tool broken since 1.8.1
|
||||
|
||||
1.10.1 -- 2014-03-21
|
||||
--------------------
|
||||
|
@ -38,7 +38,8 @@ if ( ! username ) usage(me, 1);
|
||||
console.log("Using environment " + 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 dbname;
|
||||
|
Loading…
Reference in New Issue
Block a user