From: Frédéric Demians Date: Fri, 25 May 2012 06:10:19 +0000 (+0200) Subject: Bug 6267: [SIGNED-OFF]Fix a typo X-Git-Url: http://git.equinoxoli.org/?p=koha-equinox.git;a=commitdiff_plain;h=8caef646802d390b7c7fe3d6c7b618ef5067127b Bug 6267: [SIGNED-OFF]Fix a typo Signed-off-by: Jonathan Druart Signed-off-by: Paul Poulain --- diff --git a/misc/cronjobs/check-url.pl b/misc/cronjobs/check-url.pl index e1d3144..fae2413 100755 --- a/misc/cronjobs/check-url.pl +++ b/misc/cronjobs/check-url.pl @@ -165,7 +165,7 @@ GetOptions( 'help' => \$help, 'host=s' => \$host, 'host-pro=s' => \$host_pro, - 'agent=s' => \$agent; + 'agent=s' => \$agent, 'timeout=i', => \$timeout, );