[android][vagrant] improve logging

This commit is contained in:
Oliver Behnke 2018-11-27 12:19:24 +01:00
parent df71be7fa6
commit 490fa1e28c
1 changed files with 1 additions and 1 deletions

2
android/Vagrantfile vendored
View File

@ -137,7 +137,7 @@ Vagrant.configure("2") do |config|
end
config.vm.provision "shell" do |s|
s.name = "Clone BOINC repository and configuring toolchain..."
s.name = "Cloning BOINC repository and configuring toolchain..."
s.privileged = false
s.inline = <<-SHELL
export OPENSSL_VERSION=1.0.2q