[Groonga-commit] droonga/droonga-http-server at 9b74818 [master] Use single quotations by default

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 18 19:42:46 JST 2014


YUKI Hiroshi	2014-09-18 19:42:46 +0900 (Thu, 18 Sep 2014)

  New Revision: 9b748182f5f3d6b857b96b9820b0f9a3376e0590
  https://github.com/droonga/droonga-http-server/commit/9b748182f5f3d6b857b96b9820b0f9a3376e0590

  Message:
    Use single quotations by default

  Modified files:
    bin/droonga-http-server-configure

  Modified: bin/droonga-http-server-configure (+3 -3)
===================================================================
--- bin/droonga-http-server-configure    2014-09-18 19:41:23 +0900 (7c8bc99)
+++ bin/droonga-http-server-configure    2014-09-18 19:42:46 +0900 (d08ce8d)
@@ -109,8 +109,8 @@ function startService(callback) {
          });
   }
   else {
-    console.log("The droonga-http-server service is still stopped.");
-    console.log("You need to start the service again manually.");
+    console.log('The droonga-http-server service is still stopped.');
+    console.log('You need to start the service again manually.');
     if (callback)
       callback();
   }
@@ -135,7 +135,7 @@ function configFileExists() {
 function confirmToReconfigure(callback) {
   if (!options.quiet && !options.resetConfig) {
     promptly.confirm('Do you want the configuration file ' +
-                        '\"droonga-http-server.yaml\" to be regenerated? (y/N): ',
+                        '"droonga-http-server.yaml" to be regenerated? (y/N): ',
                      { default: 'no',
                        retry:   false },
                      function(error, ok) {
-------------- next part --------------
HTML����������������������������...
Download 



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