summaryrefslogtreecommitdiff
path: root/plugins/kitchen
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kitchen')
-rw-r--r--plugins/kitchen/_kitchen2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/kitchen/_kitchen b/plugins/kitchen/_kitchen
index 29a3125e4..d93d93d78 100644
--- a/plugins/kitchen/_kitchen
+++ b/plugins/kitchen/_kitchen
@@ -67,7 +67,7 @@ _kitchen() {
_kitchen_commands() {
local commands
- commands=("${(@f)$(_call_program commands $service help | sed -n 's/^ kitchen \([[:alpha:]]*\) [ [].*# \(.*\)$/\1:\2/p')}")
+ commands=("${(@f)$(_call_program commands $service help | sed -n 's/^ kitchen \([[:alpha:]]*\) [ A-Z[].*# \(.*\)$/\1:\2/p')}")
_describe -t commands 'kitchen commands' commands
}