From 9d4553a20743b08e3cdfd4ad174fd66d9d51b050 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Tue, 25 Nov 2014 16:52:47 -0800 Subject: [PATCH] fix indent --- docs/getting-started-guides/aws/cloud-configs/master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/aws/cloud-configs/master.yaml b/docs/getting-started-guides/aws/cloud-configs/master.yaml index 69895153101..614b34290b1 100644 --- a/docs/getting-started-guides/aws/cloud-configs/master.yaml +++ b/docs/getting-started-guides/aws/cloud-configs/master.yaml @@ -44,7 +44,7 @@ coreos: After=etcd.service [Service] - ExecStartPre=-/usr/bin/mkdir -p /opt/bin + ExecStartPre=-/usr/bin/mkdir -p /opt/bin ExecStartPre=/usr/bin/wget -N -P /opt/bin https://storage.googleapis.com/kubernetes-release/release/v0.5.4/bin/linux/amd64/kube-apiserver ExecStartPre=/usr/bin/chmod +x /opt/bin/kube-apiserver ExecStart=/opt/bin/kube-apiserver \