update the webtech vagrant file to use the correct stretch name

This commit is contained in:
Andreas Zweili 2017-10-07 07:33:26 +02:00
parent b2d89f7338
commit c29c18bc45
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.
config.vm.box = "debian-VAGRANTSLASH-stretch64"
config.vm.box = "debian/stretch64"
# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs