From 4d493d8612b54b089b4252d4ac03f3b08349fe6b Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sun, 2 Sep 2018 18:08:59 +0100 Subject: [PATCH] Fixing formatting (#6165) With the three ticks on the same line as the command it collapsed to a single line --- source/_docs/installation/hassbian.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_docs/installation/hassbian.markdown b/source/_docs/installation/hassbian.markdown index 9c12947cd46..9fdcd566a0a 100644 --- a/source/_docs/installation/hassbian.markdown +++ b/source/_docs/installation/hassbian.markdown @@ -23,4 +23,5 @@ When instructions tell you to activate the virtual environment to install a Pyth ```bash $ sudo -u homeassistant -H -s -$ source /srv/homeassistant/bin/activate``` +$ source /srv/homeassistant/bin/activate +```