[Groonga-commit] groonga/heroku-buildpack-groonga at f591658 [master] Follow variable name change

Back to archive index

Kouhei Sutou null+****@clear*****
Sat May 24 16:50:10 JST 2014


Kouhei Sutou	2014-05-24 16:50:10 +0900 (Sat, 24 May 2014)

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

  Message:
    Follow variable name change

  Modified files:
    bin/release

  Modified: bin/release (+1 -1)
===================================================================
--- bin/release    2014-05-24 16:37:26 +0900 (03be0e9)
+++ bin/release    2014-05-24 16:50:10 +0900 (8a97482)
@@ -39,7 +39,7 @@ build_groonga_httpd_conf_dir =
   File.join(build_groonga_dir, "etc", "groonga", "httpd")
 build_groonga_httpd_conf =
   File.join(build_groonga_httpd_conf_dir, "groonga-httpd.conf")
-File.open(groonga_httpd_conf, "w") do |conf|
+File.open(build_groonga_httpd_conf, "w") do |conf|
   conf.puts(<<-CONF)
 worker_processes 1;
 
-------------- next part --------------
HTML����������������������������...
下載 



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