From 29d577d4d8bf15a8a0aa99e1818e44ac6513179b Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 26 Mar 2019 15:23:38 -0700 Subject: [PATCH] Fixup mixed tabs in script for Vagrantfile demo This commit replaces a hard tab with two spaces to match the intendation of the rest of the defined script --- demo/vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/vagrant/Vagrantfile b/demo/vagrant/Vagrantfile index 2e18d0f94..3953a4e59 100644 --- a/demo/vagrant/Vagrantfile +++ b/demo/vagrant/Vagrantfile @@ -43,7 +43,7 @@ cat <<-EOF [Unit] Description=consul agent Requires=network-online.target - After=network-online.target + After=network-online.target [Service] Restart=on-failure