diff options
author | Christian Pointner <equinox@helsinki.at> | 2024-03-27 13:00:52 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2024-03-27 13:00:52 (GMT) |
commit | 5e0ebf18dc66ab9c16f30a972b81eeb5e6d9fae0 (patch) | |
tree | 77bc157ea82ca39bcb4027fec2bd4ef4021a1a32 /rhautoimport-lt | |
parent | 0da03e84415af7a62a7c15bbf09c8ef5eddc87a0 (diff) |
leuchtturm: fix last-attempt check
Diffstat (limited to 'rhautoimport-lt')
-rwxr-xr-x | rhautoimport-lt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |