diff options
Diffstat (limited to 'plugins/vagrant')
| -rw-r--r-- | plugins/vagrant/_vagrant | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index 9af8cb036..d55ae6709 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -44,7 +44,7 @@ __task_list ()  __box_list ()  { -    _wanted application expl 'command' compadd $(command ls -1 $HOME/.vagrant/boxes 2>/dev/null| sed -e 's/ /\\ /g') +    _wanted application expl 'command' compadd $(command vagrant box list | sed -e 's/ /\\ /g')  }  __vm_list ()  | 
