diff --git a/hooks/pre-commit b/hooks/pre-commit index 10fc0dd..6baad04 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -4,7 +4,7 @@ use File::Basename; use POSIX qw(strftime); use strict; -my @filenames = ( 'FHEM/46_TeslaPowerwall2AC.pm'); +my @filenames = ('FHEM/46_TeslaPowerwall2AC.pm',); my $controlsfile = 'controls_TeslaPowerwall2AC.txt';