From 0d8a9ab3d2536d570cd98d3714438190ca43ffd6 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 8 Jun 2015 19:20:43 -0300 Subject: [PATCH] Vagrantfile: assume vagrant-lxc doesn't need sudo --- Vagrantfile | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 12220ef..6ae5390 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,9 +4,6 @@ require 'yaml' load './local.rake' if File.exists?('local.rake') -if ENV['SPB_ENV'] == 'lxc' - system('sudo', '-v') -end # Vagrantfile API/syntax version. Don't touch unless you know what you're doing! VAGRANTFILE_API_VERSION = "2" -- libgit2 0.21.2