From ea4b6540e9cb43253c07384f1d47415da03aa492 Mon Sep 17 00:00:00 2001 From: fREW Schmidt Date: Fri, 3 Oct 2014 12:20:54 -0500 Subject: [PATCH] Get rid of some silly copy pasta Said gem instead of vagrant --- plugins/vagrant/_vagrant | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index 0c82acd42..480e7f23e 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -71,7 +71,7 @@ __vagrant-box () case $state in (command) - _describe -t commands "gem subcommand" _box_arguments + _describe -t commands "vagrant subcommand" _box_arguments return ;; @@ -100,7 +100,7 @@ _arguments -C \ case $state in (command) - _describe -t commands "gem subcommand" _1st_arguments + _describe -t commands "vagrant subcommand" _1st_arguments return ;;