lib/riemann/dash/config.rb in riemann-dash-0.2.5 vs lib/riemann/dash/config.rb in riemann-dash-0.2.6

- old
+ new

@@ -140,9 +140,12 @@ new_config = {} # Server new_config['server'] = update['server'] or old['server'] + # Server Type + new_config['server_type'] = update['server_type'] or old['server_type'] + #p update['workspaces'] new_config['workspaces'] = update['workspaces'] or old['workspaces'] # Save new config FileUtils.mkdir_p File.dirname(ws_config_file)