Merge pull request #5839 from hashicorp/fix-freebsd-vagrant

vagrant: Correct name of vim package for FreeBSD
This commit is contained in:
Matthew Hooker 2018-02-02 11:26:59 -08:00 committed by GitHub
commit 56c5216efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ EOT
pkg update
pkg install -y \
editors/vim-lite \
editors/vim-console \
devel/git \
devel/gmake \
lang/go \