mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 23:22:25 +00:00
Add newline to postpush script
This commit is contained in:
parent
a5a8809b91
commit
44889a1b2f
1 changed files with 1 additions and 1 deletions
|
|
@ -27,5 +27,5 @@ print header(),
|
|||
|
||||
open(LOG, ">>/tmp/postpush.log") or die "Could not create postpush.log";
|
||||
flock(LOG, 2) or die "Could not lock postpush.log";
|
||||
printf LOG "Repository $repo, branch $branch, name $name.";
|
||||
printf LOG "Repository $repo, branch $branch, name $name.\n";
|
||||
close(LOG);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue