Explorar el Código

Fix reference to jessie VM used by Vagrant

The debian81 image used before is no longer available.
Óscar Nájera hace 8 años
padre
commit
e6a10793b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Vagrantfile

+ 1
- 1
Vagrantfile Ver fichero

@@ -36,7 +36,7 @@ Vagrant.configure('2') do |config|
36 36
 
37 37
   # Debian 8 64-bit (officially supported)
38 38
   config.vm.define 'jessie', primary: true do |jessie|
39
-    jessie.vm.box = 'box-cutter/debian81'
39
+    jessie.vm.box = 'box-cutter/debian8'
40 40
   end
41 41
 
42 42
   # Ubuntu 16.04 (LTS) 64-bit (currently unavailable)

Loading…
Cancelar
Guardar