Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit e6cbd3a

Browse files
committed
Fixes #318 chef => bento
1 parent febab30 commit e6cbd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ echo "** [ZEND] Visit http://localhost:8085 in your browser for to view the appl
3030
SCRIPT
3131

3232
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
33-
config.vm.box = 'chef/ubuntu-14.04'
33+
config.vm.box = 'bento/ubuntu-14.04'
3434
config.vm.network "forwarded_port", guest: 80, host: 8085
3535
config.vm.hostname = "skeleton-zf.local"
3636
config.vm.synced_folder '.', '/var/www/zf'

0 commit comments

Comments
 (0)