[Groonga-commit] groonga/gcs [master] Fix syntax error

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Oct 18 14:53:20 JST 2012


YUKI Hiroshi	2012-10-18 14:53:20 +0900 (Thu, 18 Oct 2012)

  New Revision: bd61fd3a2e37096a97e5f56727ead0b66a62db50
  https://github.com/groonga/gcs/commit/bd61fd3a2e37096a97e5f56727ead0b66a62db50

  Log:
    Fix syntax error

  Modified files:
    bin/gcs-post-sdf

  Modified: bin/gcs-post-sdf (+1 -1)
===================================================================
--- bin/gcs-post-sdf    2012-10-18 14:53:10 +0900 (7e65a1d)
+++ bin/gcs-post-sdf    2012-10-18 14:53:20 +0900 (cd40543)
@@ -22,7 +22,7 @@ commandLine
   .parse();
 
 var client = new Client(commandLine);
-var client.docEndpoint = commandLine.option.endpoint;
+client.docEndpoint = commandLine.option.endpoint;
 
 client.assertHaveDomainName();
 client.assertDomainExists(function() {
-------------- next part --------------
HTML����������������������������...
Download 



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