From 9b1c21a409beb349d97fe4e9b9a0a9302ce68c9a Mon Sep 17 00:00:00 2001 From: fREW Schmidt Date: Mon, 2 Apr 2018 04:43:41 -0700 Subject: Get rid of some silly copy pasta (#3187) Said gem instead of vagrant --- plugins/vagrant/_vagrant | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/vagrant/_vagrant') diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index c5335e72e..a32347daa 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -81,7 +81,7 @@ __vagrant-box () case $state in (command) - _describe -t commands "gem subcommand" _box_arguments + _describe -t commands "vagrant subcommand" _box_arguments return ;; @@ -110,7 +110,7 @@ _arguments -C \ case $state in (command) - _describe -t commands "gem subcommand" _1st_arguments + _describe -t commands "vagrant subcommand" _1st_arguments return ;; -- cgit v1.2.3-70-g09d2 From 3db25d578ac8c0f4c3ca96a4242ba553f561557d Mon Sep 17 00:00:00 2001 From: Michal Mazur Date: Tue, 2 Oct 2018 15:56:50 -0400 Subject: vagrant: fix typo in completion (#5846) --- plugins/vagrant/_vagrant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/vagrant/_vagrant') diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index a32347daa..a99a8f0e7 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -22,7 +22,7 @@ _1st_arguments=( 'push:Deploys code in this environment to a configured destination' 'rdp:Connects to machine via RDP' 'reload:Reload the vagrant environment' - 'resume:Resumes a suspend vagrant environment' + 'resume:Resumes a suspended vagrant environment' 'rsync:Syncs rsync synced folders to remote machine' 'rsync-auto:Syncs rsync synced folders automatically when files change' 'share:Shares your Vagrant environment with anyone in the world' -- cgit v1.2.3-70-g09d2