diff options
author | Christian Pointner <equinox@helsinki.at> | 2020-06-17 15:58:05 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2020-06-17 15:58:05 (GMT) |
commit | 52920b8ef8b6e49308329f74f6afac1de3bb895a (patch) | |
tree | bb47719d192845f227fe6cebf53397195a5c0a9b /rhautoimport-ba | |
parent | 97043f5c4a8f65262f73f839d5ac8c85209e5d50 (diff) |
added importer for crossing borders
Diffstat (limited to 'rhautoimport-ba')
-rwxr-xr-x | rhautoimport-ba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-ba b/rhautoimport-ba index 0a53a09..6744ff8 100755 --- a/rhautoimport-ba +++ b/rhautoimport-ba @@ -50,7 +50,7 @@ binmode(STDERR, ":utf8"); my $curweek = RHRD::utils::get_rd_week(); -if($curweek == 3) { +if($curweek == 2) { 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; |