From 95acac207e2e4abb68095e8c339c78f84adb72f7 Mon Sep 17 00:00:00 2001 From: Matteo Croce Date: Fri, 4 Oct 2019 14:28:57 +0200 Subject: [PATCH] BASH syntax highlighting --- docs/07-bootstrapping-etcd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-bootstrapping-etcd.md b/docs/07-bootstrapping-etcd.md index e1c6849..11bc414 100644 --- a/docs/07-bootstrapping-etcd.md +++ b/docs/07-bootstrapping-etcd.md @@ -54,7 +54,7 @@ ETCD_NAME=$(hostname -s) Create the `etcd.service` systemd unit file: -``` +```sh cat <