Skip to content

Commit 55f32c9

Browse files
committed
Fix issue with jiki pages
1 parent 538404c commit 55f32c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/commands/bootcamp/solution/generate_stub.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def call
1212
first
1313

1414
if sol
15-
if language == "jikiscript"
15+
if language == "jikiscript" || language == "jiki"
1616
sol.code
1717
else
1818
JSON.parse(sol.code)[language]

0 commit comments

Comments
 (0)