From 64ae87bb9249ad1fc686881770a049026f577beb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 6 Jul 2013 11:28:49 -0500 Subject: Don't use install_p directly --- Library/Formula/redis.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index cfb1143bd..f92d2065e 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -37,7 +37,7 @@ class Redis < Formula end etc.install 'redis.conf' unless (etc/'redis.conf').exist? - etc.install_p 'sentinel.conf', 'redis-sentinel.conf' unless (etc/'redis-sentinel.conf').exist? + etc.install 'sentinel.conf' => 'redis-sentinel.conf' unless (etc/'redis-sentinel.conf').exist? end plist_options :manual => "redis-server #{HOMEBREW_PREFIX}/etc/redis.conf" -- cgit v1.2.3