From 3fdad5ed3355ddc16c95b2633da9f63cb0247a3d Mon Sep 17 00:00:00 2001 From: metacollin Date: Thu, 19 Nov 2020 21:00:10 -0700 Subject: [PATCH] Fixed tabs instead of spaces --- completions/zsh/_brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 9dbb17e38c..3e81da5624 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -111,7 +111,7 @@ __brew_common_commands() { 'edit:edit a formula' 'fetch:download formula resources to the cache' 'formula:the path for a formula' - 'formulae:show a sorted list of installable formulae' + 'formulae:show a sorted list of installable formulae' 'gist-logs:generate a gist of the full build logs' 'home:visit the homepage of a formula or the brew project' 'info:information about a formula'