Skip to content

Commit 54fa2b9

Browse files
committed
Update sublib-docs test
1 parent 7a006ff commit 54fa2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sublib-docs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ in recurseIntoAttrs {
4343
4444
printf "check that it looks like we have docs..." >& 2
4545
test -f "${packages.sublib-docs.components.library.doc}/share/doc/sublib-docs/html/Lib.html"
46-
test -f "${packages.sublib-docs.components.sublibs.slib.doc}/share/doc/sublib-docs/html/Slib.html"
46+
test -f "${packages.sublib-docs.components.sublibs.slib.doc}/share/doc/sublib-docs/html/slib/Slib.html"
4747
4848
touch $out
4949
'';

0 commit comments

Comments
 (0)