Skip to content

Commit 6608af5

Browse files
committed
minor change
1 parent a1fe172 commit 6608af5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/make-release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ end
3737
def get_course_config(course_identifier)
3838
case course_identifier
3939
when BC_COURSE
40-
BC::CONFIG
40+
BC_COURSE::CONFIG
4141
when BC_AI_COURSE
42-
BCAICourse::CONFIG
42+
BC_AI_COURSE::CONFIG
4343
else
4444
raise "Unknown course: #{course_identifier}"
4545
end

0 commit comments

Comments
 (0)