From 735ec9f0ccbf972750cb4761a207b3289ecba01d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 17 Sep 2013 21:25:43 -0500 Subject: aspell: can't access resources directly in class body --- Library/Formula/aspell.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3