From 84b946f7264f9d79076c1442db7aa25b52a01ae3 Mon Sep 17 00:00:00 2001 From: Carter Date: Thu, 7 Mar 2019 04:37:15 -0600 Subject: [PATCH] fix automate command by adding dash (#8851) I get ``` pi@hassbian:~ $ sudo hassbian-config upgrade homeassistant /usr/local/bin/hassbian-config: line 140: /opt/hassbian/suites/upgrade_homeassis tant.sh: No such file or directory /usr/local/bin/hassbian-config: line 141: homeassistant-upgrade-package: command not found ``` when running what it currently is. adding the dash in home-assistant fixes the issue --- source/_docs/installation/hassbian/upgrading.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/installation/hassbian/upgrading.markdown b/source/_docs/installation/hassbian/upgrading.markdown index 1a6b37d4968..c9eb4af4d81 100644 --- a/source/_docs/installation/hassbian/upgrading.markdown +++ b/source/_docs/installation/hassbian/upgrading.markdown @@ -20,7 +20,7 @@ $ sudo apt-get -y upgrade #### {% linkable_title Updating Home Assistant %}

-You can use `hassbian-config` to automate the process by running `sudo hassbian-config upgrade homeassistant` +You can use `hassbian-config` to automate the process by running `sudo hassbian-config upgrade home-assistant`

To update the Home Assistant installation execute the following command as the `pi` user.