Skip to content

Commit 13664fd

Browse files
authored
Fix schedule (#1576)
1 parent ab3e1ba commit 13664fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onprc_ehr/src/org/labkey/onprc_ehr/notification/DataValidationNotification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public String getEmailSubject(Container c)
4848
@Override
4949
public String getCronString()
5050
{
51-
return "0 50 6/15 * * ?";
51+
return "0 50 6,15 * * ?";
5252
}
5353

5454
@Override

0 commit comments

Comments
 (0)