From 62d6cace4782f593b0b7ca8457d87a655b37e05a Mon Sep 17 00:00:00 2001 From: Mikhail Ushanov Date: Fri, 12 Oct 2018 15:33:46 +0300 Subject: [PATCH] vagrantfile: convert spaces to tabs Signed-off-by: Mikhail Ushanov --- Vagrantfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index c998e31c0..7943eeba2 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,9 +5,9 @@ LINUX_BASE_BOX = "bento/ubuntu-16.04" FREEBSD_BASE_BOX = "jen20/FreeBSD-12.0-CURRENT" Vagrant.configure(2) do |config| - if Vagrant.has_plugin?("vagrant-cachier") - config.cache.scope = :box - end + if Vagrant.has_plugin?("vagrant-cachier") + config.cache.scope = :box + end # Compilation and development boxes config.vm.define "linux", autostart: true, primary: true do |vmCfg|