From 094e24743b68d3c2a9e349d3d3057f8806669f7a Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 6 Oct 2015 16:43:27 -0700 Subject: [PATCH] Update demo Vagrantfile --- demo/vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/vagrant/Vagrantfile b/demo/vagrant/Vagrantfile index a2f9a8151..8dc432ef7 100644 --- a/demo/vagrant/Vagrantfile +++ b/demo/vagrant/Vagrantfile @@ -9,7 +9,7 @@ sudo apt-get install -y unzip curl wget # Download Nomad echo Fetching Nomad... cd /tmp/ -curl -sSL https://dl.bintray.com/mitchellh/nomad/nomad_0.1.1_linux_amd64.zip -o nomad.zip +curl -sSL https://dl.bintray.com/mitchellh/nomad/nomad_0.1.2_linux_amd64.zip -o nomad.zip echo Installing Nomad... unzip nomad.zip