diff options
| -rw-r--r-- | Library/Formula/aspell.rb | 2 | 
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  | 
