From 096dd933f4601fc25cd7e8ceea0ed0cc761d609b Mon Sep 17 00:00:00 2001 From: Aleskey Zalesov Date: Tue, 13 Mar 2018 14:17:16 +0300 Subject: [PATCH] Delete comment from Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index ef37b7e..6382a17 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ ENV["LC_ALL"] = "en_US.UTF-8" Vagrant.configure("2") do |config| servers = [ "validator", "explorer", "moc", "bootnode", "netstat" ] - # platform = "ubuntu/xenial64" + if ENV["poa_platform"] == "ubuntu" platform = "ubuntu/xenial64" elsif ENV["poa_platform"] == "centos"