Fix show_style tool broken since 1.8.1

This commit is contained in:
Sandro Santilli 2014-03-31 12:48:40 +02:00
parent a5b091eec8
commit 8aeadd1960
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,8 @@
--------------------
Bug fixes:
- Fix show_style tool broken since 1.8.1
1.10.1 -- 2014-03-21
--------------------

View File

@ -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;