[Groonga-commit] groonga/gcs [master] Fix missing variable error

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 15 14:04:44 JST 2012


YUKI Hiroshi	2012-10-15 14:04:44 +0900 (Mon, 15 Oct 2012)

  New Revision: 7bcdf68404cd828eaf58f982b0f56bfeea3728f3
  https://github.com/groonga/gcs/commit/7bcdf68404cd828eaf58f982b0f56bfeea3728f3

  Log:
    Fix missing variable error

  Modified files:
    lib/command-line.js

  Modified: lib/command-line.js (+1 -1)
===================================================================
--- lib/command-line.js    2012-10-15 13:57:11 +0900 (c3ea0d0)
+++ lib/command-line.js    2012-10-15 14:04:44 +0900 (e13a032)
@@ -43,7 +43,7 @@ CommandLineInterface.prototype = {
         accessKeyId: 'dummy-access-key-id',
         secretAccessKey: 'dummy-access-key',
       });
-      cloudSearch.addExtras = function(options, args) {
+      this._cloudSearch.addExtras = function(options, args) {
         options.protocol = 'http';
         options.port =  defaultConfigurationHost.split(':')[1] || defaultPort;
       };
-------------- next part --------------
HTML����������������������������...
Download 



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