From 8caef646802d390b7c7fe3d6c7b618ef5067127b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Demians?= Date: Fri, 25 May 2012 08:10:19 +0200 Subject: [PATCH] Bug 6267: [SIGNED-OFF]Fix a typo Signed-off-by: Jonathan Druart Signed-off-by: Paul Poulain --- misc/cronjobs/check-url.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/check-url.pl b/misc/cronjobs/check-url.pl index e1d3144ddf..fae24138d5 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, ); -- 2.20.1