Skip to content

Commit 61d4f5c

Browse files
Fix htmldocck function
1 parent d594c9c commit 61d4f5c

File tree

1 file changed

+1
-1
lines changed
  • src/tools/run-make-support/src

1 file changed

+1
-1
lines changed

src/tools/run-make-support/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pub fn python_command() -> Command {
6666

6767
pub fn htmldocck() -> Command {
6868
let mut python = python_command();
69-
python.arg(source_path().join("/src/etc/htmldocck.py"));
69+
python.arg(source_path().join("src/etc/htmldocck.py"));
7070
python
7171
}
7272

0 commit comments

Comments
 (0)