From 302c56a40a55df646d3ea6bb2da380ae73ba03c8 Mon Sep 17 00:00:00 2001 From: Denis Barushev Date: Sun, 27 May 2012 21:43:53 +0300 Subject: knife-completion: add missing gnu-sed dependency Signed-off-by: Adam Vandenberg --- Library/Formula/knife-completion.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/knife-completion.rb b/Library/Formula/knife-completion.rb index b7bc0362d..fb5f6b6fa 100644 --- a/Library/Formula/knife-completion.rb +++ b/Library/Formula/knife-completion.rb @@ -5,6 +5,8 @@ class KnifeCompletion < GithubGistFormula homepage 'https://gist.github.com/1050685' md5 '488e4ce424c37d2e4efcf7041fdacfd8' + depends_on 'gnu-sed' + def install (prefix+'etc/bash_completion.d').install Dir['*'] end -- cgit v1.2.3