summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Hodder <dave.hodder@focusrite.com>2017-01-10 18:10:09 +0000
committerDave Hodder <dave.hodder@focusrite.com>2017-01-10 18:10:09 +0000
commiteb6f9d99a1f95f6fbe03c81e95038ee8e4b32835 (patch)
tree0f26d5d33317250569006a4c5d0eaec38c830fcf
parentb6d0b5437370b9bcbff95d7c0db768b341b8bf30 (diff)
downloadlaunchpad-polymaker-eb6f9d99a1f95f6fbe03c81e95038ee8e4b32835.tar.gz
launchpad-polymaker-eb6f9d99a1f95f6fbe03c81e95038ee8e4b32835.zip
updated vagrant box (thanks @jaysonturner!) after way too long
-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