bin/vagrantboxes: fix typo
1 files changed, 1 insertions(+), 1 deletions(-) M bin/vagrantboxes
M bin/vagrantboxes +1 -1
@@ 3,7 3,7 @@ # Report on all extant Vagrantboxes and their type # This script is only about finding boxes. For Vagrant *files*, use -# `locate vagrantfile | grep $HOME` +# `locate Vagrantfile | grep $HOME` # Find all existing Vagrant boxes locate --regex '\.vagrant/machines/default/virtualbox/id$' |