Browse Source

Get rid of some silly copy pasta (#3187)

Said gem instead of vagrant
fREW Schmidt 6 years ago
parent
commit
9b1c21a409
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/vagrant/_vagrant

+ 2 - 2
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
   ;;