Skip to content

Commit 91be6e1

Browse files
committed
Bugfix cron string
1 parent 3a1fbe7 commit 91be6e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

primeseq/src/org/labkey/primeseq/notification/DiskUsageNotification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public DateFormat getDateTimeFormat(Container c)
7373
@Override
7474
public String getCronString()
7575
{
76-
return "0 8 * * 1 ?";
76+
return "0 0 8 ? * MON";
7777
}
7878

7979
@Override

0 commit comments

Comments
 (0)