Skip to content

Commit

Permalink
Don't use install_p directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Jul 6, 2013
1 parent b45aad2 commit e22005c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/redis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def install
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"
Expand Down

0 comments on commit e22005c

Please sign in to comment.