[Groonga-commit] groonga/heroku-buildpack-groonga at 4ac9dda [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Feb 25 19:42:00 JST 2016


Kouhei Sutou	2016-02-25 19:42:00 +0900 (Thu, 25 Feb 2016)

  New Revision: 4ac9dda9637f65218b09ed80a6b31d59e0b924ec
  https://github.com/groonga/heroku-buildpack-groonga/commit/4ac9dda9637f65218b09ed80a6b31d59e0b924ec

  Message:
    Fix a typo

  Modified files:
    bin/release

  Modified: bin/release (+2 -2)
===================================================================
--- bin/release    2016-02-25 19:40:19 +0900 (14faabb)
+++ bin/release    2016-02-25 19:42:00 +0900 (369d87c)
@@ -75,8 +75,8 @@ http {
 #{ENV.inspect}
 #{build_dir}
 #{require 'find'}
-#{FInd.find('.').to_a.join("\n")}
-#{FInd.find(build_dir).to_a.join("\n")}
+#{Find.find('.').to_a.join("\n")}
+#{Find.find(build_dir).to_a.join("\n")}
   CONF
 end
 
-------------- next part --------------
HTML����������������������������...
下載 



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