[Groonga-commit] droonga/express-droonga at 23d9e82 [master] Fix mismatched option name

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 5 15:33:44 JST 2014


YUKI Hiroshi	2014-11-05 15:33:44 +0900 (Wed, 05 Nov 2014)

  New Revision: 23d9e828220eb33e47376cd888403ababc96ed17
  https://github.com/droonga/express-droonga/commit/23d9e828220eb33e47376cd888403ababc96ed17

  Message:
    Fix mismatched option name

  Modified files:
    bin/express-droonga-report-live-engine-hosts

  Modified: bin/express-droonga-report-live-engine-hosts (+1 -1)
===================================================================
--- bin/express-droonga-report-live-engine-hosts    2014-11-05 15:32:04 +0900 (8f54b7f)
+++ bin/express-droonga-report-live-engine-hosts    2014-11-05 15:33:44 +0900 (48f0708)
@@ -6,7 +6,7 @@ var options = require('../lib/serf/options');
 options = options.define().parse(process.argv);
 
 var client = new SerfClient({
-  host:       options.rpcHostName,
+  rpcAddress: options.rpcAddress,
   enginePort: options.droongaEnginePort,
   tag:        options.tag
 });
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index