From 86893c7f4d5749c5de55a8370555bdc1ca076fce Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Sat, 15 Dec 2012 09:40:55 +0100 Subject: [PATCH] Return empty line --- tools/github | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/github b/tools/github index 781c766..0232c9f 100755 --- a/tools/github +++ b/tools/github @@ -1,5 +1,4 @@ #!/usr/bin/perl - use strict; use warnings; use v5.10; @@ -41,4 +40,5 @@ foreach my $repo (@repos) { }); say "Hook created" if $rc->{config}->{url} eq "http://git.grml.org/github"; } + say; } -- 2.1.4