Skip to content

Commit e397c95

Browse files
committed
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 <[email protected]>
1 parent bf9806d commit e397c95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Vagrantfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ EOF
5050
PROVISION
5151

5252
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
53-
# Start with a 64-bit Ubuntu 12.04 "Precise Penguin" box
5453
config.vm.box = "ubuntu/trusty64"
5554
config.vm.box_url = "https://atlas.hashicorp.com/ubuntu/boxes/trusty64"
5655

0 commit comments

Comments
 (0)