Fix minor but blocking typo

This commit is contained in:
Kevin Lowe 2019-09-23 18:02:19 -07:00
parent 59e092b4b2
commit 0a0ca3b567

View File

@ -39,9 +39,9 @@ They mix up python code with some c++, currently i have no idea how to handle th
First add the Overlay to `/etc/portage/repos.conf/homeassistant.conf`, make sure not to interfere with your gentoo repo, which is at `/usr/portage/gentoo` in my boxes, because i _always_ have more than one repo active by default:
```
[HomeAssistantRepository]
location = /usr/[local/]portage/homeassistant
location = /usr/local/portage/homeassistant
sync-type = git
sync-uri = https://git.in.edevau.net/onkelbeh/HomeAssistantRepository.git
sync-uri = https://git.edevau.net/onkelbeh/HomeAssistantRepository.git
auto-sync = yes
sync-rsync-verify-metamanifest = no
```