Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2015
1 parent 90486dd commit 6fc4e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -238,7 +238,7 @@ postgresql94-devel
windows_architectures = ["x86", "x64"]
windows_packages = []
windows_architectures.each do |arch|
windows_pacakge = "pgroonga-#{version}-#{arch}.zip"
windows_package = "pgroonga-#{version}-#{arch}.zip"
windows_packages << windows_package
file windows_pacakge => windows_packages_dir do
rm_rf("tmp")
Expand Down

0 comments on commit 6fc4e19

Please sign in to comment.