aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/aspell.rb
diff options
context:
space:
mode:
authorJack Nagel2013-09-17 21:25:43 -0500
committerJack Nagel2013-09-17 21:29:55 -0500
commit735ec9f0ccbf972750cb4761a207b3289ecba01d (patch)
tree7d63f89336ff9bfa422ced237132fc7028958c8f /Library/Formula/aspell.rb
parent93f16e8258513bcbbd3a113f6a4c6f83b13c6032 (diff)
downloadhomebrew-735ec9f0ccbf972750cb4761a207b3289ecba01d.tar.bz2
aspell: can't access resources directly in class body
Diffstat (limited to 'Library/Formula/aspell.rb')
-rw-r--r--Library/Formula/aspell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb
index 7a8333558..5039f5128 100644
--- a/Library/Formula/aspell.rb
+++ b/Library/Formula/aspell.rb
@@ -554,7 +554,7 @@ class Aspell < Formula
option "all", "Install all available dictionaries"
- resources.each_value do |r|
+ stable.resources.each_value do |r|
option "with-lang-#{r.name}", "Install #{r.name} dictionary"
end