From 66e3ef7cdba23fbf60a1b0402ce2bb37d3897a96 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 24 Feb 2014 21:48:47 -0800 Subject: fsh: use Formula[] --- Library/Formula/fsh.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/fsh.rb b/Library/Formula/fsh.rb index d8c074123..7900f0bea 100644 --- a/Library/Formula/fsh.rb +++ b/Library/Formula/fsh.rb @@ -16,7 +16,7 @@ class Fsh < Formula system "make install" cd bin do - if Formula.factory('python').installed? + if Formula['python'].installed? inreplace ["fsh", "fshd", "in.fshd"], "#! /usr/local/bin/python", "#!/usr/bin/env python" end -- cgit v1.2.3