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

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 15 18:09:14 JST 2012


YUKI Hiroshi	2012-10-15 18:09:14 +0900 (Mon, 15 Oct 2012)

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

  Log:
    Fix syntax error

  Modified files:
    bin/gcs-create-domain

  Modified: bin/gcs-create-domain (+1 -1)
===================================================================
--- bin/gcs-create-domain    2012-10-15 18:07:50 +0900 (8e38e5a)
+++ bin/gcs-create-domain    2012-10-15 18:09:14 +0900 (20cc588)
@@ -28,5 +28,5 @@ commandLine.getDomainStatus(domainName, function(error, domain) {
                   'Use gcs-describe-domain to check for endpoints.');
       process.exit(0);
     }
-  });
+  );
 });
-------------- next part --------------
HTML����������������������������...
Download 



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