Skip to content

Commit e374ca0

Browse files
committed
Fix date checking
1 parent 9d2043b commit e374ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/soundness.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set -eu
1717
here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1818
function replace_acceptable_years() {
1919
# this needs to replace all acceptable forms with 'YEARS'
20-
sed -e 's/2020-2021/YEARS/' -e 's/202[01]/YEARS/'
20+
sed -e 's/202[01]-202[012]/YEARS/' -e 's/202[012]/YEARS/'
2121
}
2222

2323

0 commit comments

Comments
 (0)