summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 81f83fd..ff2ddad 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
12 12
13 # Every Vagrant development environment requires a box. You can search for 13 # Every Vagrant development environment requires a box. You can search for
14 # boxes at https://atlas.hashicorp.com/search. 14 # boxes at https://atlas.hashicorp.com/search.
15 config.vm.box = "drmyersii/ubuntu-desktop-14.04-x64" 15 config.vm.box = "drm2/ubuntu-14.04-desktop-x64"
16 16
17 # Disable automatic box update checking. If you disable this, then 17 # Disable automatic box update checking. If you disable this, then
18 # boxes will only be checked for updates when the user runs 18 # boxes will only be checked for updates when the user runs