[Groonga-commit] droonga/droonga-engine at f7115d0 [master] Fix a typo

Back to archive index

KITAITI Makoto null+****@clear*****
Sat Jan 23 23:05:33 JST 2016


KITAITI Makoto	2016-01-23 23:05:33 +0900 (Sat, 23 Jan 2016)

  New Revision: f7115d081c4762066a423087911118d2e1ae35ec
  https://github.com/droonga/droonga-engine/commit/f7115d081c4762066a423087911118d2e1ae35ec

  Merged 8185d92: Merge pull request #40 from KitaitiMakoto/complete-unit-type

  Message:
    Fix a typo

  Modified files:
    lib/droonga/service_installation.rb

  Modified: lib/droonga/service_installation.rb (+1 -1)
===================================================================
--- lib/droonga/service_installation.rb    2016-01-23 22:35:33 +0900 (a69628d)
+++ lib/droonga/service_installation.rb    2016-01-23 23:05:33 +0900 (6aad045)
@@ -76,7 +76,7 @@ module Droonga
     def installed_as_service?
       return false unless user_exist?
 
-      system("systemctl", "is-enabled", "droonga-engine.srvice",
+      system("systemctl", "is-enabled", "droonga-engine.service",
              :out => "/dev/null",
              :err => "/dev/null")
     end
-------------- next part --------------
HTML����������������������������...
Download 



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