fix hoook

This commit is contained in:
Sebastian
2021-05-16 21:33:02 +02:00
parent e87d4376a9
commit 6648070b81
4 changed files with 8 additions and 8 deletions

6
hooks/pre-commit Normal file → Executable file
View File

@ -5,11 +5,11 @@ use POSIX qw(strftime);
use strict;
my @filenames = (
'FHEM/73_GardenaSmartBridge2.pm',
'lib/FHEM/Gardena/SmartBridge.pm',
'FHEM/73_HailoLibero.pm',
'lib/FHEM/Hailo/Libero.pm',
);
my $controlsfile = 'controls_GardenaSmart.txt';
my $controlsfile = 'controls_HailiLibero.txt';
open(FH, ">$controlsfile") || return("Can't open $controlsfile: $!");