Skip to content

Commit bcb4efc

Browse files
Fix scala3-doc name in scalad
1 parent d3f7043 commit bcb4efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/bin/scalad

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ fi
2929

3030
source "$PROG_HOME/bin/common"
3131

32-
# Set dotty-doc dep:
33-
DOTTY_DOC_LIB=$(find_lib "*dotty-doc*")
32+
# Set scala3-doc dep:
33+
DOTTY_DOC_LIB=$(find_lib "*scala3-doc*")
3434

3535
# Set flexmark deps:
3636
FLEXMARK_LIBS=""

0 commit comments

Comments
 (0)