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
This commit is contained in:
Carter 2019-03-07 04:37:15 -06:00 committed by Fabian Affolter
parent 869f3918c5
commit 84b946f726

View File

@ -20,7 +20,7 @@ $ sudo apt-get -y upgrade
#### {% linkable_title Updating Home Assistant %}
<p class='note'>
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`
</p>
To update the Home Assistant installation execute the following command as the `pi` user.