summaryrefslogtreecommitdiff
path: root/plugins/vagrant
diff options
context:
space:
mode:
authorfREW Schmidt <github@frew.co>2018-04-02 04:43:41 -0700
committerMarc Cornellà <marc.cornella@live.com>2018-04-02 13:43:41 +0200
commit9b1c21a409beb349d97fe4e9b9a0a9302ce68c9a (patch)
tree733b433f687cb15cd982dfd1b0b5e304865235a3 /plugins/vagrant
parent0cec4626219bfd5a163986ebe3745fc31b593446 (diff)
downloadzsh-9b1c21a409beb349d97fe4e9b9a0a9302ce68c9a.tar.gz
zsh-9b1c21a409beb349d97fe4e9b9a0a9302ce68c9a.tar.bz2
zsh-9b1c21a409beb349d97fe4e9b9a0a9302ce68c9a.zip
Get rid of some silly copy pasta (#3187)
Said gem instead of vagrant
Diffstat (limited to 'plugins/vagrant')
-rw-r--r--plugins/vagrant/_vagrant4
1 files changed, 2 insertions, 2 deletions
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
;;