Browse Source

Merge pull request #282 from lvillani/debian76

Merge pull request #282
Alex Payne 11 years ago
parent
commit
d11aa373fe
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Vagrantfile

+ 1
- 1
Vagrantfile View File

43
   #
43
   #
44
 
44
 
45
   config.vm.define "debian", primary: true do |debian|
45
   config.vm.define "debian", primary: true do |debian|
46
-    debian.vm.box = "box-cutter/debian75"
46
+    debian.vm.box = "box-cutter/debian76"
47
   end
47
   end
48
 
48
 
49
   #
49
   #

Loading…
Cancel
Save