From 4067a98c6c987ddfcb256c1281580fe1cf8cc1db Mon Sep 17 00:00:00 2001 From: Chris Long Date: Tue, 24 Nov 2020 11:23:32 -0800 Subject: [PATCH] Fix indentation --- HyperV/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HyperV/Vagrantfile b/HyperV/Vagrantfile index d6a5bd2..82d8515 100644 --- a/HyperV/Vagrantfile +++ b/HyperV/Vagrantfile @@ -15,7 +15,7 @@ Vagrant.configure("2") do |config| cfg.vm.provision "reload" cfg.vm.provision :shell, path: "check-eth0-ip.sh" cfg.vm.provision :shell, path: "../Vagrant/logger_bootstrap.sh" - cfg.vm.provision :shell, path: "reset-static-ip.sh" + cfg.vm.provision :shell, path: "reset-static-ip.sh" cfg.vm.provision :shell, path: "fix-motd.sh"