Bug 6267: [SIGNED-OFF]Fix a typo
authorFrédéric Demians <f.demians@tamil.fr>
Fri, 25 May 2012 06:10:19 +0000 (08:10 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Sat, 9 Jun 2012 12:44:17 +0000 (14:44 +0200)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>

misc/cronjobs/check-url.pl

index e1d3144..fae2413 100755 (executable)
@@ -165,7 +165,7 @@ GetOptions(
     'help'          => \$help,
     'host=s'        => \$host,
     'host-pro=s'    => \$host_pro,
-    'agent=s'       => \$agent;
+    'agent=s'       => \$agent,
     'timeout=i',    => \$timeout,
 );