Prevent failures on non-debian.org hosts
[mirror/dsa-nagios.git] / dsa-nagios-checks / checks / dsa-check-dabackup
index 6ce30b2..620d316 100755 (executable)
@@ -69,8 +69,8 @@ my $params = {};
 Getopt::Long::config('bundling');
 if (!GetOptions (
        'h|help'        =>  \$params->{'help'},
-        'f|fresh=i'    =>  \$TOO_FRESH,
-        'm|maxage=i'    =>  \$MAX_AGE,
+       'f|fresh=i'     =>  \$TOO_FRESH,
+       'm|maxage=i'    =>  \$MAX_AGE,
        )) {
        die ("$PROGRAM_NAME: Usage: $PROGRAM_NAME [-fwhv]\n");
 };