aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fig.rb b/Library/Formula/fig.rb
index ee9278ada..b257e0691 100644
--- a/Library/Formula/fig.rb
+++ b/Library/Formula/fig.rb
@@ -47,7 +47,7 @@ class Fig < Formula
install_args = ["setup.py", "install", "--prefix=#{libexec}"]
resources.each do |r|
- resource(r).stage { system "python", *install_args }
+ r.stage { system "python", *install_args }
end
system "python", "setup.py", "install", "--prefix=#{prefix}"