[Groonga-commit] ranguba/activegroonga at 7ab7671 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 30 18:58:11 JST 2018


Kouhei Sutou	2018-07-30 18:58:11 +0900 (Mon, 30 Jul 2018)

  New Revision: 7ab7671a1e049a06a1b799d1d2f4777de7f8b339
  https://github.com/ranguba/activegroonga/commit/7ab7671a1e049a06a1b799d1d2f4777de7f8b339

  Message:
    Fix a typo

  Modified files:
    lib/active_groonga/railties/groonga.rake

  Modified: lib/active_groonga/railties/groonga.rake (+1 -1)
===================================================================
--- lib/active_groonga/railties/groonga.rake    2015-11-26 23:27:57 +0900 (d1aec42)
+++ lib/active_groonga/railties/groonga.rake    2018-07-30 18:58:11 +0900 (c1b77cd)
@@ -28,7 +28,7 @@ namespace :groonga do
     database = ActiveGroonga::Base.database
     database.remove if database
     database_path = ActiveGroonga::Base.database_path
-    tables_path = Pathname("#{database_path}.talbes")
+    tables_path = Pathname("#{database_path}.tables")
     rm_rf(tables_path) if tables_path.exist?
   end
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180730/9cd9fa48/attachment-0001.htm 



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