From 40df6515e44e1955a69ff39d183c1ca3aff640cd Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Fri, 23 Apr 2021 08:34:01 +0200 Subject: [PATCH] change pre-commit hook script after change package name and directory structure closes: #5 --- controls_TeslaPowerwall2AC.txt | 1 + hooks/pre-commit | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/controls_TeslaPowerwall2AC.txt b/controls_TeslaPowerwall2AC.txt index d9ec3b4..adb1405 100644 --- a/controls_TeslaPowerwall2AC.txt +++ b/controls_TeslaPowerwall2AC.txt @@ -1 +1,2 @@ UPD 2021-04-23_08:24:15 6944 FHEM/46_TeslaPowerwall2AC.pm +UPD 2021-04-23_08:23:08 29179 lib/FHEM/Devices/Tesla/Powerwall.pm diff --git a/hooks/pre-commit b/hooks/pre-commit index a7bf70a..3cdf247 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -5,7 +5,7 @@ use POSIX qw(strftime); use strict; my @filenames = ( 'FHEM/46_TeslaPowerwall2AC.pm', - 'lib/FHEM/Tesla/Powerwall.pm' + 'lib/FHEM/Devices/Tesla/Powerwall.pm' ); my $controlsfile = 'controls_TeslaPowerwall2AC.txt';