mirror of
https://github.com/git/git.git
synced 2026-02-07 08:15:23 +00:00
Vagrantfile: Remove the comment about Ubuntu Precise
This is Ubuntu Trusty now. As that is obvious from the code remove the comment completely. Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -50,7 +50,6 @@ EOF
|
||||
PROVISION
|
||||
|
||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
# Start with a 64-bit Ubuntu 12.04 "Precise Penguin" box
|
||||
config.vm.box = "ubuntu/trusty64"
|
||||
config.vm.box_url = "https://atlas.hashicorp.com/ubuntu/boxes/trusty64"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user