1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Add missing line break

This commit is contained in:
Daniel Lo Nigro 2013-03-24 00:06:30 +11:00
parent 279697003a
commit df5325d27e

View file

@ -55,7 +55,7 @@ if(defined($ARGV[0])) {
print "graph_category $server\n";
print "graph_info This graph show $server access by various projects.\n";
while ((my $project, my @files) = each(%logs)) {
print $project.".label $project";
print $project.".label $project\n";
print $project.".type DERIVE\n";
print $project.".min 0\n";
}