change hook
This commit is contained in:
parent
17cb3c8b63
commit
9263673a01
@ -34,6 +34,8 @@ for my $filename (@filenames) {
|
|||||||
|
|
||||||
close(FH);
|
close(FH);
|
||||||
|
|
||||||
|
system("git log -1 | tail -n1 > CHANGED");
|
||||||
|
system("git add CHANGED");
|
||||||
system("git add $controlsfile");
|
system("git add $controlsfile");
|
||||||
|
|
||||||
print 'Create controls File succesfully' . "\n";
|
print 'Create controls File succesfully' . "\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user