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

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 15 17:04:18 JST 2012


YUKI Hiroshi	2012-10-15 17:04:18 +0900 (Mon, 15 Oct 2012)

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

  Log:
    Fix syntax error

  Modified files:
    bin/gcs-delete-domain

  Modified: bin/gcs-delete-domain (+1 -1)
===================================================================
--- bin/gcs-delete-domain    2012-10-15 16:58:11 +0900 (f9ac69c)
+++ bin/gcs-delete-domain    2012-10-15 17:04:18 +0900 (7423e53)
@@ -23,7 +23,7 @@ commandLine.assertDomainExistsHTTP(function() {
         console.log(successMessage);
         process.exit(0);
       }
-    });
+    );
   }
   if (commandLine.options.force) {
     doDelete('Domain [' + commandLine.domainName + '] has been deleted successfully.');
-------------- next part --------------
HTML����������������������������...
Download 



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