[Groonga-commit] groonga/groonga at 20954f8 [master] package windows: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 15 10:20:28 JST 2017


Kouhei Sutou	2017-11-15 10:20:28 +0900 (Wed, 15 Nov 2017)

  New Revision: 20954f87bcb4b40fe8a89b4b84c970d016c5e051
  https://github.com/groonga/groonga/commit/20954f87bcb4b40fe8a89b4b84c970d016c5e051

  Message:
    package windows: fix a typo

  Modified files:
    packages/windows/Rakefile

  Modified: packages/windows/Rakefile (+1 -1)
===================================================================
--- packages/windows/Rakefile    2017-11-15 10:18:42 +0900 (d72fc8ac9)
+++ packages/windows/Rakefile    2017-11-15 10:20:28 +0900 (68203d91f)
@@ -559,7 +559,7 @@ namespace :pdb do
     dir_name = "groonga-#{groonga_version}-#{architecture}#{suffix}"
     zip_path = "#{dir_name}.zip"
     sha256_path = "#{zip_path}.sha256"
-    url = "https://packages.groonga.org/tmp/#{zup_path}"
+    url = "https://packages.groonga.org/tmp/#{zip_path}"
     rm_f(zip_path)
     download(url, ".")
     sh("7z", "x", zip_path)
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171115/8dbceaa0/attachment.htm 



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