diff options
author | Christian Pointner <equinox@helsinki.at> | 2022-10-05 10:30:33 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2022-10-05 10:30:33 (GMT) |
commit | e27b3d9ecd9b59a103b7df5233d9068c3c7d11a2 (patch) | |
tree | d60c21da816efee92804928499c9bd076e831342 /rhautoimport-mc | |
parent | 4c3a747a6bcecc528487c735fa0069ea18d79f68 (diff) |
fix last attempt warning for music circus
Diffstat (limited to 'rhautoimport-mc')
-rwxr-xr-x | rhautoimport-mc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-mc b/rhautoimport-mc index 1e1535f..b55a147 100755 --- a/rhautoimport-mc +++ b/rhautoimport-mc @@ -52,7 +52,7 @@ binmode(STDERR, ":utf8"); my $curweek = RHRD::utils::get_rd_week(); -if($curweek == 1 || $curweek == 3) { +if($curweek == 2 || $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; |