change hook

This commit is contained in:
Sebastian 2022-05-28 17:29:53 +02:00
parent 17cb3c8b63
commit 9263673a01
2 changed files with 4 additions and 1 deletions

1
CHANGED Normal file
View File

@ -0,0 +1 @@
push

View File

@ -33,7 +33,9 @@ for my $filename (@filenames) {
}
close(FH);
system("git log -1 | tail -n1 > CHANGED");
system("git add CHANGED");
system("git add $controlsfile");
print 'Create controls File succesfully' . "\n";