Skip to content

Commit

Permalink
Ooops, I never commited the change from trusty to xenial!
Browse files Browse the repository at this point in the history
  • Loading branch information
bfayers committed Jan 6, 2017
1 parent 375bd99 commit f3da5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropython/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Vagrant.configure(2) do |config|

# Ubuntu Server
config.vm.define "microbit-vagrants-micropython", primary: true do |headless|
headless.vm.box = "ubuntu/trusty64"
headless.vm.box = "boxcutter/ubuntu1604"
end

## FOLDER ##
Expand Down

0 comments on commit f3da5aa

Please sign in to comment.