From 0019a420cab7f8a6708213041514ff25c3ef70c8 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Tue, 18 Sep 2018 10:06:15 +0100 Subject: [PATCH] Fixing formatting (#6304) Triple back ticks need to be on their own line --- source/_docs/installation/raspberry-pi.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_docs/installation/raspberry-pi.markdown b/source/_docs/installation/raspberry-pi.markdown index 7079f6de003..31af033f9d6 100644 --- a/source/_docs/installation/raspberry-pi.markdown +++ b/source/_docs/installation/raspberry-pi.markdown @@ -114,4 +114,5 @@ When instructions tell you to activate the virtual environment, the following co ```bash $ sudo -u homeassistant -H -s -$ source /srv/homeassistant/bin/activate``` +$ source /srv/homeassistant/bin/activate +```