Skip to content

Commit 8aabbb6

Browse files
committed
Fixed alformed events date
Signed-off-by: David Tippett <[email protected]>
1 parent f75f127 commit 8aabbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _scripts/_malformeddates.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
malformed_event_dates=$(grep -Er --files-without-match '^eventdate: [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} [-+][0-9]{4}$' _events)\
3+
malformed_event_dates=$(grep -Er --files-without-match '^eventdate: [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2} [-+][0-9]{4}$' _events)
44
if [ -n "${malformed_event_dates}" ]; then
55
echo "Malformed event date in:" >&2
66
echo "${malformed_event_dates}" >&2

0 commit comments

Comments
 (0)