diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-03-17 13:51:34 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-03-17 13:53:46 (GMT) |
commit | c37171a835f9a6abf45c8fef5f1564ed02e4d611 (patch) | |
tree | 35afe6cf09473743ec42959c39e35d06e5055801 /rhautoimport-oi | |
parent | f7fdc05ca1246fb938cdabc56cbe19422cc854ba (diff) |
btl and oi has been moved to monday
Diffstat (limited to 'rhautoimport-oi')
-rwxr-xr-x | rhautoimport-oi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-oi b/rhautoimport-oi index dad499b..987a700 100755 --- a/rhautoimport-oi +++ b/rhautoimport-oi @@ -70,7 +70,7 @@ my $show_title = $allowed_dbs[0]->{'SHOWTITLE'}; my @today = Date::Calc::Today(); my @import_date = Date::Calc::Add_Delta_Days(@today, 7); @import_date = Date::Calc::Standard_to_Business(@import_date); -$import_date[2] = 2; +$import_date[2] = 1; @import_date = Date::Calc::Business_to_Standard(@import_date); my $broadcast_num = `cat $LAST_FILE`; |