Skip to content

Commit

Permalink
Fix provisioning of Ubuntu test instances.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloysius Lim committed Jun 17, 2015
1 parent f837dda commit 1eb50dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Vagrant.configure(2) do |config|
# mismatch
if machine[0].start_with? "ubuntu"
m.vm.provision "shell", inline: <<-SHELL
sudo sed -i 's#http://.*ubuntu\.com/ubuntu/?#mirror://mirrors.ubuntu.com/mirrors.txt#' \
sudo sed -i 's#http://.*ubuntu\.com/ubuntu/#mirror://mirrors.ubuntu.com/mirrors.txt#' \
/etc/apt/sources.list
SHELL
end
Expand Down

0 comments on commit 1eb50dc

Please sign in to comment.