Unverified Commit 0a456cb3 authored by Kennith Leung's avatar Kennith Leung Committed by GitHub
Browse files

vagrant: fix vagrant box autocomplete (#8929)

parent 8cb449ee
......@@ -64,7 +64,7 @@ __task_list ()
__box_list ()
{
_wanted application expl 'command' compadd $(command vagrant box list | sed -e 's/ /\\ /g')
_wanted application expl 'command' compadd $(command vagrant box list | sed -e 's/ *(.*)//g;s/ /\\ /g')
}
__vm_list ()
......
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