From c20377050dd63139777862bca155cfd65a2de389 Mon Sep 17 00:00:00 2001 From: Pedro Dias Date: Thu, 9 Jul 2015 19:51:48 +0100 Subject: [PATCH] small fix to typo in apt-get command --- build/ci/vagrant/ubuntu_x64/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci/vagrant/ubuntu_x64/Vagrantfile b/build/ci/vagrant/ubuntu_x64/Vagrantfile index 3f4aafc1..adec0ef0 100644 --- a/build/ci/vagrant/ubuntu_x64/Vagrantfile +++ b/build/ci/vagrant/ubuntu_x64/Vagrantfile @@ -93,7 +93,7 @@ Vagrant.configure(2) do |config| # Build tools apt-get install -y git build-essential clang cmake ninja-build - aot-get install -y p7zip-full + apt-get install -y p7zip-full # Mono apt-get install -y mono-devel