From 4369abdb4a253ed4c6e798aec6cce63aa59c9c83 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 24 Jul 2025 11:35:10 +0200 Subject: [PATCH] Update source/_includes/common-tasks/specific_version.md --- source/_includes/common-tasks/specific_version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/common-tasks/specific_version.md b/source/_includes/common-tasks/specific_version.md index 8601f2e4275..ce813ec691d 100644 --- a/source/_includes/common-tasks/specific_version.md +++ b/source/_includes/common-tasks/specific_version.md @@ -12,7 +12,7 @@ In the event that a Home Assistant Core version doesn't play well with your hard {% if page.installation == "os"%} -To upgrade to a specific version, you can use the CLI (command line). The example below shows how to upgrade to `{{current_version}}`. To learn how to get started with the command line in Home Assistant, refer to the [SSH add-on setup instructions](/common-tasks/os/#installing-and-using-the-ssh-add-on). +To upgrade to a specific version, you can use the command line (CLI ). The example below shows how to upgrade to `{{current_version}}`. To learn how to get started with the command line in Home Assistant, refer to the [SSH add-on setup instructions](/common-tasks/os/#installing-and-using-the-ssh-add-on). ```bash ha core update --version {{current_version}} --backup