From 5e0ebf18dc66ab9c16f30a972b81eeb5e6d9fae0 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 27 Mar 2024 14:00:52 +0100 Subject: leuchtturm: fix last-attempt check diff --git a/rhautoimport-lt b/rhautoimport-lt index 1aecc5e..59db1cc 100755 --- a/rhautoimport-lt +++ b/rhautoimport-lt @@ -50,7 +50,7 @@ binmode(STDERR, ":utf8"); my $curweek = RHRD::utils::get_rd_week(); -if($curweek == 2) { +if($curweek == 4) { if($#ARGV >= 0 && $ARGV[0] eq 'last') { print "!!!This is the last attempt, there won't be a retry on error!!!\n"; $LAST_RUN = 1; -- cgit v0.10.2