Fix indentation

This commit is contained in:
Chris Long
2020-11-24 11:23:32 -08:00
committed by GitHub
parent 287063c394
commit 4067a98c6c

2
HyperV/Vagrantfile vendored
View File

@@ -15,7 +15,7 @@ Vagrant.configure("2") do |config|
cfg.vm.provision "reload" cfg.vm.provision "reload"
cfg.vm.provision :shell, path: "check-eth0-ip.sh" cfg.vm.provision :shell, path: "check-eth0-ip.sh"
cfg.vm.provision :shell, path: "../Vagrant/logger_bootstrap.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" cfg.vm.provision :shell, path: "fix-motd.sh"