From 863aec8e0f3ec85a38072e4bb2ad042e74063f32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Tue, 23 Feb 2021 10:53:19 +0100 Subject: [PATCH] Update git repository reference (#16706) --- source/_includes/common-tasks/development_version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/common-tasks/development_version.md b/source/_includes/common-tasks/development_version.md index 05f38c199b2..346fafccb93 100644 --- a/source/_includes/common-tasks/development_version.md +++ b/source/_includes/common-tasks/development_version.md @@ -51,7 +51,7 @@ ha os update --version {{current_version}} 3. Download and install the version you want ```bash - pip3 install --upgrade git+git://github.com/home-assistant/home-assistant.git@dev + pip3 install --upgrade git+git://github.com/home-assistant/core.git@dev ``` 4. When that is complete restart the service for it to use the new files.