From 4aa3a0cbbe665c0a51fd173ecc1886c3add664b3 Mon Sep 17 00:00:00 2001 From: mariwing Date: Sun, 26 Feb 2017 20:51:14 +0100 Subject: [PATCH] Update upgrading.markdown (#2153) Added full path to hassbian-script as the documentation does not state where you are "starting" when issuing the cd command --- source/_docs/hassbian/upgrading.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/hassbian/upgrading.markdown b/source/_docs/hassbian/upgrading.markdown index dff4e81e8d8..43e356c02bf 100644 --- a/source/_docs/hassbian/upgrading.markdown +++ b/source/_docs/hassbian/upgrading.markdown @@ -25,6 +25,6 @@ Press `Y` to confirm that you would like to continue. To update the hassbian-scripts directory execute the following command as the `pi` user. ```bash -$ cd hassbian-scripts +$ cd /home/pi/hassbian-scripts $ git pull ```