Commit 9b1c21a4 authored by fREW Schmidt's avatar fREW Schmidt Committed by Marc Cornellà
Browse files

Get rid of some silly copy pasta (#3187)

Said gem instead of vagrant
parent 0cec4626
......@@ -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
;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment