Skip to content

Commit

Permalink
Fix htmldocck function
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 16, 2024
1 parent d594c9c commit 61d4f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/run-make-support/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub fn python_command() -> Command {

pub fn htmldocck() -> Command {
let mut python = python_command();
python.arg(source_path().join("/src/etc/htmldocck.py"));
python.arg(source_path().join("src/etc/htmldocck.py"));
python
}

Expand Down

0 comments on commit 61d4f5c

Please sign in to comment.