Skip to content

Commit 670dc01

Browse files
acro fix
1 parent 91fa485 commit 670dc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defender-endpoint/linux-update-mde-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ CRON_TZ=America/Los_Angeles
109109
110110
> [!NOTE]
111111
> In the previous examples, we specified `00` minutes, 6 a.m. (hour using the 24-hour format), any day of the month, any month, on Sundays.
112-
> `[$(date +\%d) -le 15]` won't run unless it's equal or less than the 15th day (third week).
112+
> `[$(date +\%d) -le 15]` doesn't run unless it's equal or less than the 15th day (third week).
113113
> This means the job runs at 6 a.m. every Sunday, but only if the day of the month is the 15th or earlier.
114114
115115
Press "Esc"

0 commit comments

Comments
 (0)