change hook
This commit is contained in:
parent
17cb3c8b63
commit
9263673a01
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user