diff options
| author | Adam Vandenberg | 2013-01-23 20:01:11 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-23 20:01:11 -0800 |
| commit | 5edfd0fcd0b60c7c08c4466c083d76dfa04b1b1e (patch) | |
| tree | 915250491409796b9f8605538a5326aa72c118ee /Library | |
| parent | ea56af1e1b061e04d3622a87b539fde146561257 (diff) | |
| download | homebrew-5edfd0fcd0b60c7c08c4466c083d76dfa04b1b1e.tar.bz2 | |
Move knife completion to https://github.com/Homebrew/homebrew-completions
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/knife-completion.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Formula/knife-completion.rb b/Library/Formula/knife-completion.rb deleted file mode 100644 index 0803e5d63..000000000 --- a/Library/Formula/knife-completion.rb +++ /dev/null @@ -1,13 +0,0 @@ -require 'formula' - -class KnifeCompletion < GithubGistFormula - url 'https://raw.github.com/gist/1050685/b616645a4c9f56fb52d8fc65703e746f9e8ffd7c/knife' - homepage 'https://gist.github.com/1050685' - sha1 '458905d5b60b3909466126e51ed8c2e7729e2905' - - depends_on 'gnu-sed' - - def install - (prefix+'etc/bash_completion.d').install Dir['*'] - end -end |
