From 6df4dda5d966bfb232ba2e15b0eebd40d984fe18 Mon Sep 17 00:00:00 2001 From: Sanjay Govind Date: Fri, 4 Apr 2025 23:48:57 +1300 Subject: [PATCH] Fix bosch brand symlinks (#6852) * fix bosch_alarm symlink * fix symlinks pointing to bosch brand --- core_integrations/bosch_alarm | 2 +- core_integrations/bosch_shc/dark_logo.png | 2 +- core_integrations/bosch_shc/dark_logo@2x.png | 2 +- core_integrations/bosch_shc/logo.png | 2 +- core_integrations/bosch_shc/logo@2x.png | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core_integrations/bosch_alarm b/core_integrations/bosch_alarm index 725c2133..f8fb7385 120000 --- a/core_integrations/bosch_alarm +++ b/core_integrations/bosch_alarm @@ -1 +1 @@ -core_brands/bosch \ No newline at end of file +../core_brands/bosch \ No newline at end of file diff --git a/core_integrations/bosch_shc/dark_logo.png b/core_integrations/bosch_shc/dark_logo.png index f375ca10..dc6fd19f 120000 --- a/core_integrations/bosch_shc/dark_logo.png +++ b/core_integrations/bosch_shc/dark_logo.png @@ -1 +1 @@ -core_brands/bosch/dark_logo.png \ No newline at end of file +../core_brands/bosch/dark_logo.png \ No newline at end of file diff --git a/core_integrations/bosch_shc/dark_logo@2x.png b/core_integrations/bosch_shc/dark_logo@2x.png index b08b26e8..4709d5a0 120000 --- a/core_integrations/bosch_shc/dark_logo@2x.png +++ b/core_integrations/bosch_shc/dark_logo@2x.png @@ -1 +1 @@ -core_brands/bosch/dark_logo@2x.png \ No newline at end of file +../core_brands/bosch/dark_logo@2x.png \ No newline at end of file diff --git a/core_integrations/bosch_shc/logo.png b/core_integrations/bosch_shc/logo.png index a2b0f779..58016b0b 120000 --- a/core_integrations/bosch_shc/logo.png +++ b/core_integrations/bosch_shc/logo.png @@ -1 +1 @@ -core_brands/bosch/logo.png \ No newline at end of file +../core_brands/bosch/logo.png \ No newline at end of file diff --git a/core_integrations/bosch_shc/logo@2x.png b/core_integrations/bosch_shc/logo@2x.png index f4e2275c..c4a0799e 120000 --- a/core_integrations/bosch_shc/logo@2x.png +++ b/core_integrations/bosch_shc/logo@2x.png @@ -1 +1 @@ -core_brands/bosch/logo@2x.png \ No newline at end of file +../core_brands/bosch/logo@2x.png \ No newline at end of file