From ce5c15bcd7143a651ade035d346cd1f57503a004 Mon Sep 17 00:00:00 2001 From: Horlabs Date: Sun, 25 Jan 2026 02:43:57 +0100 Subject: [PATCH] typo --- fritz_temp_sync/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fritz_temp_sync/Dockerfile b/fritz_temp_sync/Dockerfile index 319b863..659d71b 100755 --- a/fritz_temp_sync/Dockerfile +++ b/fritz_temp_sync/Dockerfile @@ -13,7 +13,7 @@ COPY homeassistant.py /srv COPY device.py /srv COPY sync_controller.py /srv COPY config.py /srv -COPY error.py /srv +COPY errors.py /srv COPY ha_types.py /srv COPY logging_config.py /srv