| Message ID | 20260702-pre-commit-v1-2-0ebd211b5d5e@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | Add pre-commit support | expand |
diff --git a/documentation/tools/check-glossaries b/documentation/tools/check-glossaries index 9f1a47126..6bfddcfda 100755 --- a/documentation/tools/check-glossaries +++ b/documentation/tools/check-glossaries @@ -14,7 +14,7 @@ def parse_arguments() -> argparse.Namespace: parser.add_argument("-d", "--docs-dir", type=Path, - default=Path(os.path.dirname(os.path.realpath(__file__))) / "documentation", + default=Path(os.path.dirname(os.path.realpath(__file__))) / "../", help="Path to documentation/ directory in yocto-docs") return parser.parse_args()
This default path pointing to the documentation was wrong, fix it. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/tools/check-glossaries | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)