Skip to content

Commit

Permalink
Fix example Vagrantfile of the dev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatilai committed Sep 30, 2013
1 parent 2e61644 commit 5306e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/Vagrantfile.example
Expand Up @@ -15,6 +15,6 @@ Vagrant.configure('2') do |config|

config.vm.box = BOX
if BOX == 'ubuntu-12.04'
ubuntu.vm.box_url = 'https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box'
config.vm.box_url = 'https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box'
end
end

0 comments on commit 5306e83

Please sign in to comment.