Skip to content

Commit 7ab9bc8

Browse files
committed
Update to new curtin handbook
1 parent 9e27839 commit 7ab9bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/jobs/update_single_course_job.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class UpdateSingleCourseJob < ApplicationJob
77
queue_as :default
88

9-
OPTIONAL_REGEX = /(Optional.+)/
9+
OPTIONAL_REGEX = /(Option.+)/
1010
PLANNED_REGEX = /(Year.+)/
1111
UNIT_TITLE_REGEX = /([A-Z0-9-]{6,10}).\([a-zA-Z\.0-9]+\).(.+)/
1212
UNIT_MODIFICATION_BOUND = 1.day

0 commit comments

Comments
 (0)